Skip to content

Commit 120f08d

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
updates to v0.3.4
1 parent f15eee3 commit 120f08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/funannotate-predict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def __init__(self,prog):
452452
shutil.rmtree(os.path.join(args.out, 'predict_misc', 'braker'))
453453
os.rename('braker', os.path.join(args.out, 'predict_misc', 'braker'))
454454
#okay, now need to fetch the Augustus GFF and Genemark GTF files
455-
aug_out = os.path.join(args.out, 'predict_misc', 'braker', aug_species, 'augustus.gff3')
455+
aug_out = os.path.join(args.out, 'predict_misc', 'braker', aug_species, 'augustus.gff')
456456
gene_out = os.path.join(args.out, 'predict_misc', 'braker', aug_species, 'GeneMark-ET', 'genemark.gtf')
457457
#now convert to EVM format
458458
Augustus = os.path.join(args.out, 'predict_misc', 'augustus.evm.gff3')

0 commit comments

Comments
 (0)