Skip to content

Commit 3f9145b

Browse files
authored
Update subworkflows/local/genotype.nf
1 parent 737b4ed commit 3f9145b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subworkflows/local/genotype.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ workflow GENOTYPE {
393393
addNewMetaFromAttributes( it, "id" , "reference" , false )
394394
} // RESULT: [ [combination_meta], [ref_meta], fasta, fai, dict, dbsnp ]
395395

396-
// TO DO: Module fails if we don't give the fai but the fasta. However is not specified atm. Re-add fasta once this issue is solved.
396+
// TODO: Module fails if we don't give the fai but the fasta. However is not specified atm. Re-add fasta once this issue is solved.
397397
ch_input_for_angsd = ch_bams_for_multimap
398398
.combine( ch_fasta_for_multimap , by:0 )
399399
.multiMap {

0 commit comments

Comments
 (0)