Skip to content

Commit

Permalink
update SAMTOOLS_FAIDX fasta input after reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Oct 17, 2024
1 parent 58b1efe commit c8e3ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_genome/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ workflow PREPARE_GENOME {
ch_fasta_index.dump(tag: 'PREPARE_GENOME: ch_fasta_index')
} else {
SAMTOOLS_FAIDX(
ch_fasta.map{ fasta -> [[:], fasta]},
ch_fasta,
[[:], []]
)
ch_fasta_index = SAMTOOLS_FAIDX.out.fai.map{ return(it[1])}
Expand Down

0 comments on commit c8e3ccd

Please sign in to comment.