Class: Bio::TwoBit::ManPen1

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

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ ManPen1

Returns a new instance of ManPen1.



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

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