Class: Bio::Ngs::Illumina::Projects

Inherits:
Meta::Pool show all
Defined in:
lib/bio/ngs/illumina/illumina.rb

Instance Attribute Summary

Attributes inherited from Meta::Pool

#pool

Attributes inherited from Meta::Data

#metadata

Instance Method Summary collapse

Methods inherited from Meta::Pool

#add, #each, #empty?, #get, #get_by_name, #get_by_tag, #get_by_tag_and_value, #get_by_value, #get_down_to_childer, json_create, #names, #to_json

Methods included from Enumerable

#average, #sample_variance, #standard_deviation, #sum

Methods inherited from Meta::Data

#==, #[], #has_tag?, #has_value?, json_create, #name, #name=, #to_json

Constructor Details

#initialize(name, path) ⇒ Projects

Returns a new instance of Projects.



12
13
14
15
# File 'lib/bio/ngs/illumina/illumina.rb', line 12

def initialize(name, path)
  super(name)
  [:path]=path
end