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