-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
bugSomething isn't workingSomething isn't workinghardA major or complex undertakingA major or complex undertakinghelp wantedExtra attention is neededExtra attention is neededhigh priorityHigh priority - something is broken or missing that is critical for users or developers.High priority - something is broken or missing that is critical for users or developers.stale
Description
Describe the bug
The genbank parser cannot handle repeating attribute keys like with /db_xref below:
Severity of the bug
This is blocking Ark's ability to cross reference other databases. (priority)
Steps to reproduce
You can debug this by debugging BenchmarkRead(b *testing.B){} in genbank_test.go within a couple of feature extraction loops you'll see that db_xref only keeps the last reference.
Expected behavior
We need to be able to track attributes with the same key name. List of tuples?
Screenshots
Client information
- OS: Mac OSX 0.15.7
- Golang version:
1.21 polyversionv0.27.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghardA major or complex undertakingA major or complex undertakinghelp wantedExtra attention is neededExtra attention is neededhigh priorityHigh priority - something is broken or missing that is critical for users or developers.High priority - something is broken or missing that is critical for users or developers.stale

