Class: Bio::TwoBit::SacCer3

Inherits:
ReferenceGenome show all
Defined in:
lib/bio/twobit/references/saccer3.rb

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ SacCer3

Returns a new instance of SacCer3.



6
7
8
9
10
11
12
13
# File 'lib/bio/twobit/references/saccer3.rb', line 6

def initialize(**kwargs)
  @metadata      = Metadata.new
  @metadata.id   = "sacCer3"
  @metadata.name = "sacCer3"
  @metadata.url  = "https://hgdownload.soe.ucsc.edu/downloads.html"
  @data_url      = "https://hgdownload.soe.ucsc.edu/goldenPath/sacCer3/bigZips/sacCer3.2bit"
  super(**kwargs)
end