biopython / biopython/biopython
Unable to read .hid file using AbiIO
Open
- Dominant language
- Python
- Stars
- 5.2k
- Forks
- 1.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 11
Description
I want to read .hid file using AbiIO. The following are my codes.
```
from Bio import SeqIO
hid_file = "E:\\data\\5\\test.hid"
record = SeqIO.read(hid_file, "abi")
```
But `record.annotations["abif_raw"]['DATA1']` returns nothing. `DATA1` to `DATA12` are all empty. I do not know how to deal with this issue.
Contributor guide
Assessment
This issue has not been assessed yet.