Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGagalova committed Dec 23, 2023
1 parent 6e09ac5 commit 80965ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ workflow GENOME_INDEX {
run_hisat_index_high_mem(genome, genes)
} else if (aligner == "hisat") {
run_hisat_index(genome, genes)
} else if (aligner == "star" || || aligner == "star-plants") {
} else if (aligner == "star" || aligner == "star-plants") {
run_star_index(genome, genes)
} else if (aligner == "star-snps") {
run_star_index_snps(genome, genes)
Expand Down

0 comments on commit 80965ed

Please sign in to comment.