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