biopython / biopython/biopython

Unable to read .hid file using AbiIO

Open
#4,932 8 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.