ben-silke / biol3209

This repo contains the code for the undertaking of the biol3209 subject.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

FEAT: add feature in parser to get db_xref as a list #12

Closed ben-silke closed 2 years ago

ben-silke commented 2 years ago

/db_xref="ASAP:ABE-0000006" /db_xref="ECOCYC:EG11277" /db_xref="GeneID:944742"

return:
{
...
'features': [
...
'db_xref': [
            "ASAP:ABE-0000006", 
            "ECOCYC:EG11277",
            "GeneID:944742"
]
...
]
...
}
ben-silke commented 2 years ago

closed because redundant