Skip to content

Commit 162fb3e

Browse files
Jon PalmerJon Palmer
authored andcommitted
updates to v0.3.2
1 parent 74d1344 commit 162fb3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/funannotate-predict.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,7 @@ def __init__(self,prog):
560560
lib.log.info("BUSCO predictions complete, now training Augustus")
561561
###Run training
562562
lib.trainAugustus(AUGUSTUS_BASE, aug_species, busco_training, MaskGenome, args.out, args.cpus)
563-
else:
564-
lib.log.info("Running Augustus gene prediction")
563+
lib.log.info("Running Augustus gene prediction")
565564
#now run Augustus multithreaded...
566565
if not os.path.isfile(aug_out):
567566
if os.path.isfile(hints_all):

0 commit comments

Comments
 (0)