Skip to content

Commit da6734e

Browse files
author
Jon Palmer
committed
fix --other_gff described in #191
1 parent 8e1a21b commit da6734e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/funannotate-predict.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ def which_path(file_name):
289289
#now check the inputs
290290
for i in input_checks:
291291
if i:
292+
if ':' in i:
293+
i = i.split(':')[0]
292294
lib.checkinputs(i)
293295

294296
#convert PASA GFF and/or GFF pass-through

0 commit comments

Comments
 (0)