Skip to content

Commit 423c856

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

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
@@ -817,8 +817,8 @@ def __init__(self,prog):
817817
with open(Weights, 'w') as output:
818818
output.write("ABINITIO_PREDICTION\tAugustus\t1\n")
819819
output.write("ABINITIO_PREDICTION\tGeneMark\t1\n")
820-
if os.path.isfile(hints_all):
821-
output.write("OTHER_PREDICTION\tHiQ\t10\n")
820+
if os.path.isfile(hints_all) and not args.rna_bam:
821+
output.write("OTHER_PREDICTION\tHiQ\t5\n")
822822
if args.pasa_gff:
823823
output.write("OTHER_PREDICTION\ttransdecoder\t10\n")
824824
if exonerate_out:

0 commit comments

Comments
 (0)