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