Skip to content

Commit 0d90bb2

Browse files
author
LouisLeNezet
committed
Reverse modification
1 parent 69306d9 commit 0d90bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/phaseimpute/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ workflow PHASEIMPUTE {
494494
[[],[]],
495495
[[],[]],
496496
[[],[]],
497-
[[],[]] //ch_fasta.map{ [it[0], it[1]] }
497+
ch_fasta.map{ [it[0], it[1]] }
498498
)
499499
ch_versions = ch_versions.mix(BCFTOOLS_STATS_TRUTH.out.versions)
500500
ch_multiqc_files = ch_multiqc_files.mix(BCFTOOLS_STATS_TRUTH.out.stats.map{ [it[1]] })

0 commit comments

Comments
 (0)