You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hard-code in things like the Ensembl release version into a reference genome like mm10 that shouldn't be there; the release isn't tied to a given genome. This probably applies to things like the dbsnp, exnome_gtf, as well (cc @arahuja)
Some of those fields never change (species, major_contigs), some change
between patches of a reference (e.g. fasta), and others change on every
Ensembl release (e.g. exome_gtf, cdna).
On Tue, Sep 27, 2016 at 1:39 PM, Sebastien Mondet [email protected]
wrote:
This is not a bug?
A Reference_genome.t is a collection of reference-genome-related things
working together.
If you want b37 with ensembl 59 and a custom COSMIC, you can just create
it, and add it to your Biokepi.Machine.t.
Not a bug, that was a mistaken label, but I do think something needs to change in the code, not just the docs (at the very least the name; calling this collection of things a Reference_genome is misleading).
We hard-code in things like the Ensembl release version into a reference genome like mm10 that shouldn't be there; the release isn't tied to a given genome. This probably applies to things like the dbsnp, exnome_gtf, as well (cc @arahuja)
The text was updated successfully, but these errors were encountered: