Class: Bio::TwoBit::PanTro6

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

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ PanTro6

Returns a new instance of PanTro6.



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

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