Class: Bio::TwoBit::Mm10
- Inherits:
-
ReferenceGenome
- Object
- TwoBit
- ReferenceGenome
- Bio::TwoBit::Mm10
- Defined in:
- lib/bio/twobit/references/mm10.rb
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ Mm10
constructor
A new instance of Mm10.
Methods inherited from ReferenceGenome
Constructor Details
#initialize(**kwargs) ⇒ Mm10
Returns a new instance of Mm10.
6 7 8 9 10 11 12 13 |
# File 'lib/bio/twobit/references/mm10.rb', line 6 def initialize(**kwargs) @metadata = Metadata.new @metadata.id = "mm10" @metadata.name = "mm10" @metadata.url = "https://hgdownload.soe.ucsc.edu/downloads.html" @data_url = "https://hgdownload.soe.ucsc.edu/goldenPath/mm10/bigZips/mm10.2bit" super(**kwargs) end |