Class: Bio::TwoBit::OtoGar3
- Inherits:
-
ReferenceGenome
- Object
- Bio::TwoBit
- ReferenceGenome
- Bio::TwoBit::OtoGar3
- Defined in:
- lib/bio/twobit/references/otogar3.rb
Constant Summary
Constants inherited from Bio::TwoBit
Instance Attribute Summary
Attributes inherited from Bio::TwoBit
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ OtoGar3
constructor
A new instance of OtoGar3.
Methods inherited from ReferenceGenome
Methods inherited from Bio::TwoBit
#bases, #chroms, #clear_cache!, #close, #closed?, #hard_masked_blocks, #info, #masked?, open, #path, #sequence, #soft_masked_blocks
Constructor Details
#initialize(**kwargs) ⇒ OtoGar3
Returns a new instance of OtoGar3.
6 7 8 9 10 11 12 13 |
# File 'lib/bio/twobit/references/otogar3.rb', line 6 def initialize(**kwargs) @metadata = Metadata.new @metadata.id = "otoGar3" @metadata.name = "otoGar3" @metadata.url = "https://hgdownload.soe.ucsc.edu/downloads.html" @data_url = "https://hgdownload.soe.ucsc.edu/goldenPath/otoGar3/bigZips/otoGar3.2bit" super(**kwargs) end |