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