Genbank parser doesn't handle feature attributes with colliding names. #383
Labels
bug
Something isn't working
hard
A major or complex undertaking
help wanted
Extra attention is needed
high priority
High priority - something is broken or missing that is critical for users or developers.
stale
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){}
ingenbank_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
1.21
poly
versionv0.27.1
The text was updated successfully, but these errors were encountered: