How to query for organism taxonomic info with accession number?

Java <> Genbank: How to query for organism taxonomic info with accession number?

1

Hello!

I’m working on creating a database similar to Genbank that will store cyanobacteria specific information.
When adding data, I prompt the user for the Genbank# of the organism they are uploading data for.

I want to query Genbank for genus, species and strain so I can create an organism entry in the database to be linked to what the user uploads. I want to do this to ensure the user input is valid and to shorten the input time a bit.

I would appreciate if someone could point me in the right direction, not sure if there is a framework out there that I can use for this, or if I would have to build this from scratch.

Thanks!


Genbank


Query


API


Java

• 27 views

Read more here: Source link