-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide a mechanism for tracking the source of genomes in SBTs #230
Comments
A few quick thoughts -- as in #229, allow multiple SBTs to be passed into gather, search, watch, and categorize. Then you can "just" group signatures into SBTs by their source. provide an 'originator' or 'provider' flag. Note, some of this was discussed in http://ivory.idyll.org/blog/2016-sourmash-signatures-metadata.html. Probably the simplest thing is to provide two fields in the metadata: a 'provider' that is generic to a collection of signatures (e.g. 'NCBI') and a 'provider accession' that is supposed to be unique to the provider. Then we also need to provide a command line way of setting, updating, and retrieving that info. |
hmm, we may also want to revisit 'type' (e.g. our current |
I think this will be punted past 2.0. |
we have decided to do this using an (incrementally more standardized) "identifier" scheme that is not exactly principled but seems to work fine. |
@meren asks:
The text was updated successfully, but these errors were encountered: