higlass / higlass/gene_annotations
gff_to_jsonl.py error
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
main()
File "scripts/gff_to_jsonl.py", line 84, in main
for p in parts["attributes"].strip(";").split(";")
KeyError: 'attributes'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.