Class: Bio::TwoBit::DroSec1

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

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Constructor Details

#initialize(**kwargs) ⇒ DroSec1

Returns a new instance of DroSec1.



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

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