turbomam / biosample-xmldb-sqldb

Tools for loading NCBI Biosample into an XML database and then transforming that into a SQL database
MIT License
0 stars 1 forks source link

better capture and use of BioProject identifers #2

Open turbomam opened 6 months ago

turbomam commented 6 months ago

Right now, numeric BioProject identified, concatenated with "|||" are are available for some BioSamples in the bp_id column

It might be preferable to have a many:many BioSample id to BioProject accession lookup

Do we need to integrate any other information form BioProject or SRA?