We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69306d9 commit 0d90bb2Copy full SHA for 0d90bb2
workflows/phaseimpute/main.nf
@@ -494,7 +494,7 @@ workflow PHASEIMPUTE {
494
[[],[]],
495
496
497
- [[],[]] //ch_fasta.map{ [it[0], it[1]] }
+ ch_fasta.map{ [it[0], it[1]] }
498
)
499
ch_versions = ch_versions.mix(BCFTOOLS_STATS_TRUTH.out.versions)
500
ch_multiqc_files = ch_multiqc_files.mix(BCFTOOLS_STATS_TRUTH.out.stats.map{ [it[1]] })
0 commit comments