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