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