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