Skip to content

Commit 52b43ca

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
updates to v0.3.4
1 parent f01f8da commit 52b43ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/funannotate-predict.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -797,12 +797,12 @@ def __init__(self,prog):
797797

798798
#EVM related input tasks, find all predictions and concatenate together
799799
if args.pasa_gff:
800-
if os.path.isfile(hints_all):
800+
if os.path.isfile(hints_all) and not args.rna_bam:
801801
pred_in = [Augustus, GeneMark, args.pasa_gff, AugustusHiQ]
802802
else:
803803
pred_in = [Augustus, GeneMark, args.pasa_gff]
804804
else:
805-
if os.path.isfile(hints_all):
805+
if os.path.isfile(hints_all) and not args.rna_bam:
806806
pred_in = [Augustus, GeneMark, AugustusHiQ]
807807
else:
808808
pred_in = [Augustus, GeneMark]

0 commit comments

Comments
 (0)