Class: Bio::TwoBit::ChrPic1
- Inherits:
-
ReferenceGenome
- Object
- TwoBit
- ReferenceGenome
- Bio::TwoBit::ChrPic1
- Defined in:
- lib/bio/twobit/references/chrpic1.rb
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ ChrPic1
constructor
A new instance of ChrPic1.
Methods inherited from ReferenceGenome
Constructor Details
#initialize(**kwargs) ⇒ ChrPic1
Returns a new instance of ChrPic1.
6 7 8 9 10 11 12 13 |
# File 'lib/bio/twobit/references/chrpic1.rb', line 6 def initialize(**kwargs) @metadata = Metadata.new @metadata.id = "chrPic1" @metadata.name = "chrPic1" @metadata.url = "https://hgdownload.soe.ucsc.edu/downloads.html" @data_url = "https://hgdownload.soe.ucsc.edu/goldenPath/chrPic1/bigZips/chrPic1.2bit" super(**kwargs) end |