Skip to content

Commit

Permalink
Remove left over dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 8, 2024
1 parent 2ed37e1 commit 29445de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/createtaxdb.nf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ workflow CREATETAXDB {
if (params.build_krakenuniq) {

ch_taxdmpfiles_for_krakenuniq = Channel.of(ch_taxonomy_namesdmp).combine(Channel.of(ch_taxonomy_nodesdmp)).map { [it] }
ch_input_for_krakenuniq = ch_prepped_dna_fastas.combine(ch_taxdmpfiles_for_krakenuniq).map { meta, reads, taxdump -> [meta, reads, taxdump, ch_nucl2taxid] }.dump(tag: 'input_to_ku')
ch_input_for_krakenuniq = ch_prepped_dna_fastas.combine(ch_taxdmpfiles_for_krakenuniq).map { meta, reads, taxdump -> [meta, reads, taxdump, ch_nucl2taxid] }

KRAKENUNIQ_BUILD(ch_input_for_krakenuniq)
ch_versions = ch_versions.mix(KRAKENUNIQ_BUILD.out.versions.first())
Expand Down

0 comments on commit 29445de

Please sign in to comment.