Class: Bio::TwoBit::DroVir2

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

Constant Summary

Constants inherited from Bio::TwoBit

VERSION

Instance Attribute Summary

Attributes inherited from Bio::TwoBit

#metadata

Instance Method Summary collapse

Methods inherited from ReferenceGenome

open

Methods inherited from Bio::TwoBit

#bases, #chroms, #clear_cache!, #close, #closed?, #hard_masked_blocks, #info, #masked?, open, #path, #sequence, #soft_masked_blocks

Constructor Details

#initialize(**kwargs) ⇒ DroVir2

Returns a new instance of DroVir2.



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

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