Closed ncordon closed 5 years ago
Original plan was to parse the mappings RNAID -> TaxID in https://github.com/ohnosequences/db.rna16s.assignments/, but since this is going to be required also in https://github.com/ohnosequences/db.fragments16s.assignments/ maybe we should do that here.
RNAID -> TaxID
Proposed format: a comma separated file with the following information, by rows: RNAID, TaxID¹, TaxID², ...,
RNAID, TaxID¹, TaxID², ...,
It would be desirable to have a method
db.rnacentral.idMappings(version: Version): Map[RNAID, Set[TaxID]]
or similar.
I am going to move this to https://github.com/ohnosequences/db.rna16s after a discussion with @agarciamontoro
Original plan was to parse the mappings
RNAID -> TaxID
in https://github.com/ohnosequences/db.rna16s.assignments/, but since this is going to be required also in https://github.com/ohnosequences/db.fragments16s.assignments/ maybe we should do that here.Proposed format: a comma separated file with the following information, by rows:
RNAID, TaxID¹, TaxID², ...,
It would be desirable to have a method
or similar.