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