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