Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report_gff3_statistics.py unsupported operand type(s) error #9

Open
mchibucos opened this issue Feb 7, 2014 · 0 comments
Open

report_gff3_statistics.py unsupported operand type(s) error #9

mchibucos opened this issue Feb 7, 2014 · 0 comments
Assignees
Labels

Comments

@mchibucos
Copy link

When using report_gff3_statistics.py, get the following error:

/usr/local/packages/Python-3.3.2/bin/python3 /home/jorvis/git/biocode/gff/report_gff3_statistics.py -i 175.annotation.gff3
The biothings.py is still under testing and development. Please feel free to try using it, though the API is in flux.
Traceback (most recent call last):
File "/home/jorvis/git/biocode/gff/report_gff3_statistics.py", line 74, in
main()
File "/home/jorvis/git/biocode/gff/report_gff3_statistics.py", line 41, in main
type_lengths['assembly'] += assemblies[assembly_id].length
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'

The full path of the gff3 file is: /usr/local/projects/mucormycosis/annotation/175/175.annotation.gff3 in the IGS filesystem.

@jorvis jorvis added the bug label Feb 7, 2014
@jorvis jorvis self-assigned this Feb 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants