Skip to content

Commit 92d8377

Browse files
committed
always index fasta if no fasta_index
1 parent dd157ca commit 92d8377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ process makeFastaIndex {
561561
else null
562562
}
563563

564-
when: !params.fasta_index && params.fasta && ( params.mapper == 'bwaaln' || params.mapper == 'bwamem' || params.mapper == 'circularmapper')
564+
when: !params.fasta_index && params.fasta
565565

566566
input:
567567
path fasta from ch_fasta_for_faidx

0 commit comments

Comments
 (0)