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