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 50caeb9 commit cd28cd0Copy full SHA for cd28cd0
subworkflows/local/prepare_genome.nf
@@ -146,7 +146,7 @@ workflow PREPARE_GENOME {
146
ch_bwa_index = UNTAR_BWA_INDEX ( [ [:], bwa_index ] ).untar
147
ch_versions = ch_versions.mix(UNTAR_BWA_INDEX.out.versions)
148
} else {
149
- ch_bwa_index = file(bwa_index)
+ ch_bwa_index = [ [:], file(bwa_index) ]
150
}
151
152
ch_bwa_index = BWA_INDEX ( ch_fasta.map { [ [:], it ] } ).index
0 commit comments