Skip to content

Commit

Permalink
fix --other_gff described in #191
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jul 6, 2018
1 parent 8e1a21b commit da6734e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/funannotate-predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def which_path(file_name):
#now check the inputs
for i in input_checks:
if i:
if ':' in i:
i = i.split(':')[0]
lib.checkinputs(i)

#convert PASA GFF and/or GFF pass-through
Expand Down

0 comments on commit da6734e

Please sign in to comment.