Class: Bio::TwoBit::SusScr11

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

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ SusScr11

Returns a new instance of SusScr11.



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

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