Skip to content

Commit

Permalink
Support .fasta extension for genome input file - fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 authored Jul 10, 2018
1 parent c06c1b3 commit bb22380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipsa.nf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ log.info "Entropy lowewr threshold : ${params.entropy}"
log.info "Annotation status lower threshold : ${params.status}"
log.info ""

if (params.genome =~ /.fa$/) {
if (params.genome =~ /.fa(sta)?$/) {
process genomeIndex {
input:
file genome from file(params.genome)
Expand Down

0 comments on commit bb22380

Please sign in to comment.