Skip to content

Commit bb22380

Browse files
authored
Support .fasta extension for genome input file - fix #1
1 parent c06c1b3 commit bb22380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipsa.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ log.info "Entropy lowewr threshold : ${params.entropy}"
100100
log.info "Annotation status lower threshold : ${params.status}"
101101
log.info ""
102102

103-
if (params.genome =~ /.fa$/) {
103+
if (params.genome =~ /.fa(sta)?$/) {
104104
process genomeIndex {
105105
input:
106106
file genome from file(params.genome)

0 commit comments

Comments
 (0)