Conversation
|
@rbaldwin-bugseq can you tell me more about the use-case this solves? Accurately regenerating a full NCBI taxdump from a |
my issue is that the dmp files output by this lib were not compatible with other bioinformatics software due to missing fields. in my case, it was the genetic code, so i just wanted to add it. Also adding the genebank common name would be useful. What, if anything, can be done to get these attributes added to the TaxonomyNode object ? Thank You. |
|
@rbaldwin-bugseq having full NCBI taxonomy + metadata support would be generally useful. However, this PR adds only the part needed for a specific downstream tool. For full support, I think the following is needed:
Closing this as out of scope for now -- full NCBI taxonomy support is something we'd like to tackle more holistically. Happy to revisit as a larger effort. |
Added an optional arg to from_ncbi to add genetic_code to TaxonomyNode object