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
I am getting an error when trying to create a gene annotations file from GFF
Processing line #: 0
Traceback (most recent call last):
File "scripts/gff_to_jsonl.py", line 116, in <module>
main()
File "scripts/gff_to_jsonl.py", line 84, in main
for p in parts["attributes"].strip(";").split(";")
KeyError: 'attributes'
The text was updated successfully, but these errors were encountered:
I am getting an error when trying to create a gene annotations file from GFF
The text was updated successfully, but these errors were encountered: