Skip to content

Commit

Permalink
Fix decontaminate subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Nov 20, 2024
1 parent 7dd6f20 commit 2fca1ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subworkflows/local/decontaminate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ workflow DECONTAMINATE {
)
ch_cleaned_assemblies = constructAssemblyRecord(
FCSGX_CLEAN.out.clean_fasta
.map { meta, asm -> [ meta.subMap(meta.keySet()-['haplotype']), asm ] }
.map { meta, asm -> [ meta.subMap(meta.keySet()-['haplotype']), asm ] },
true
)

emit:
Expand Down

0 comments on commit 2fca1ac

Please sign in to comment.