Skip to content

Commit

Permalink
fix miniap2 input channels after updating modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Mar 21, 2024
1 parent f900973 commit c87b636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/bacass.nf
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ workflow BACASS {
if ( params.assembler == 'miniasm' ) {
MINIMAP2_ALIGN (
ch_for_assembly.map{ meta,sr,lr -> tuple(meta,lr) },
[],
[[:],[]],
false,
false,
false
Expand All @@ -259,7 +259,7 @@ workflow BACASS {

MINIMAP2_CONSENSUS (
ch_for_assembly.map{ meta,sr,lr -> tuple(meta,lr) },
MINIASM.out.assembly.map { meta, assembly -> assembly },
MINIASM.out.assembly,
false,
false,
false
Expand Down

0 comments on commit c87b636

Please sign in to comment.