Skip to content

Commit 0b27792

Browse files
author
Jon Palmer
committed
update to v0.3.6
1 parent d18e0c6 commit 0b27792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/funannotate-predict.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ def __init__(self,prog):
671671
end = int(cols[4]) + 100
672672
if end > ContigSizes.get(cols[2]): #check that it doesn't go over length
673673
end = ContigSizes.get(cols[2])
674-
print end
675674
bedfile.write('%s\t%i\t%i\t%s\n' % (cols[2],start,end,cols[0]))
676675
#now get BUSCO GFF models
677676
busco_augustus_tmp = os.path.join(args.out, 'predict_misc', 'busco_augustus.tmp')

0 commit comments

Comments
 (0)