Skip to content

Commit

Permalink
Merge pull request #157 from ggabernet/airrflow
Browse files Browse the repository at this point in the history
Fix skip-lineage
  • Loading branch information
ggabernet authored Mar 23, 2022
2 parents eb13d6f + 2460a53 commit bcb13b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflows/bcellmagic.nf
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,9 @@ workflow BCELLMAGIC {
ALAKAZAM_LINEAGE(
CHANGEO_CREATEGERMLINES.out.tab.dump(tag:'creategermlines_output')
)
ch_versions = ch_versions.mix(ALAKAZAM_LINEAGE.out.versions.ifEmpty(null)).dump()
}

ch_versions = ch_versions.mix(ALAKAZAM_LINEAGE.out.versions.ifEmpty(null)).dump()

ch_all_tabs_repertoire = CHANGEO_CREATEGERMLINES.out.tab
.map{ it -> [ it[1] ] }
.collect()
Expand Down

0 comments on commit bcb13b4

Please sign in to comment.