-
-
Notifications
You must be signed in to change notification settings - Fork 73
Genbank parser doesn't handle feature attributes with colliding names. #383
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The genbank parser cannot handle repeating attribute keys like with
/db_xrefbelow: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){}ingenbank_test.gowithin 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
1.21polyversionv0.27.1