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