You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have experienced GFF3 incompatibilities from some plant genomes:
Source for files ftp://ftp.solgenomics.net/genomes/Nicotiana_tomentosiformis/
python2 gag.py --fasta Ntom_ASAG01.fa --gff Ntom_ASAG01-itag_2.4.80-80.gff3 --out gag
Done.
Calculating stats on original genome
Traceback (most recent call last):
File "/work/waterhouse_team/apps/GAG/gag.py", line 50, in <module>
main()
File "/work/waterhouse_team/apps/GAG/gag.py", line 46, in main
controller.execute(args)
File "/lustre/work-lustre/waterhouse_team/apps/GAG/src/controller.py", line 80, in execute
self.stats_mgr.update_ref(seq.stats())
File "/lustre/work-lustre/waterhouse_team/apps/GAG/src/sequence.py", line 489, in stats
stats["Shortest intron"] = int(self.get_shortest_intron())
File "/lustre/work-lustre/waterhouse_team/apps/GAG/src/sequence.py", line 386, in get_shortest_intron
length = gene.get_shortest_intron()
File "/lustre/work-lustre/waterhouse_team/apps/GAG/src/gene.py", line 188, in get_shortest_intron
length = mrna.get_shortest_intron()
File "/lustre/work-lustre/waterhouse_team/apps/GAG/src/xrna.py", line 313, in get_shortest_intron
raise Exception("Intron with negative length on " + self.identifier)
Exception: Intron with negative length on g55910.t1
./gag.py --fasta pathto/abc.fasta --gff pathto/abc.gff3 -a pathto/abc.annotations --out annotated
Reading fasta...
Done.
Reading gff...
Traceback (most recent call last):
File "./gag.py", line 50, in
main()
File "./gag.py", line 46, in main
controller.execute(args)
File "/export/home/smrtanalysis/GenePrediction/Submission/genomeannotation-GAG-997e384/src/controller.py", line 74, in execute
self.read_gff(gffpath, out_dir)
File "/export/home/smrtanalysis/GenePrediction/Submission/genomeannotation-GAG-997e384/src/controller.py", line 286, in read_gff
genes, comments, invalids, ignored = gffreader.read_file(reader)
File "/export/home/smrtanalysis/GenePrediction/Submission/genomeannotation-GAG-997e384/src/gff_reader.py", line 336, in read_file
if len(line) == 0 or line.startswith('#'):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str
kindly let me know the solution.
Hi,
I have experienced GFF3 incompatibilities from some plant genomes:
What did I miss?
Thank you in advance.
Michal
The text was updated successfully, but these errors were encountered: