Skip to content

Commit

Permalink
fix wrong metadata in canu input channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Sep 17, 2024
1 parent 05e784a commit 37488ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/bacass.nf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ workflow BACASS {
CANU (
ch_for_assembly.map { meta, reads, lr -> tuple( meta, lr ) },
params.canu_mode,
ch_for_assembly.map { meta, reads, lr -> meta.genome_size }
ch_for_assembly.map { meta, reads, lr -> meta.gsize }
)
ch_assembly = ch_assembly.mix( CANU.out.assembly.dump(tag: 'canu') )
ch_versions = ch_versions.mix(CANU.out.versions)
Expand Down

0 comments on commit 37488ee

Please sign in to comment.