Skip to content

Commit

Permalink
Merge pull request #430 from sateeshperi/dev
Browse files Browse the repository at this point in the history
update SAMTOOLS_FAIDX fasta input after reorg
  • Loading branch information
sateeshperi authored Oct 17, 2024
2 parents 58b1efe + c8e3ccd commit 0b83720
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 0b83720

Please sign in to comment.