From da6734e12f0dd177a8a473c6b306b8a43f173766 Mon Sep 17 00:00:00 2001 From: Jon Palmer Date: Fri, 6 Jul 2018 12:09:22 -0400 Subject: [PATCH] fix --other_gff described in #191 --- bin/funannotate-predict.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/funannotate-predict.py b/bin/funannotate-predict.py index 34e058ef..46e4c6d7 100755 --- a/bin/funannotate-predict.py +++ b/bin/funannotate-predict.py @@ -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