Class: Bio::TwoBit::AnoCar2

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

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ AnoCar2

Returns a new instance of AnoCar2.



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

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