Module: StudyWorkflow

Extended by:
Workflow
Defined in:
lib/rbbt/entity/study/snp.rb,
lib/rbbt/entity/study.rb,
lib/rbbt/entity/study/cnv.rb,
lib/rbbt/entity/study/genotypes.rb,
lib/rbbt/entity/study/expression.rb,
lib/rbbt/entity/study/methylation.rb,
lib/rbbt/entity/study/genotypes/enrichment.rb

Overview

require ‘rbbt/entity/study/snp/samples’

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.studyObject

Returns the value of attribute study.



19
20
21
# File 'lib/rbbt/entity/study.rb', line 19

def study
  @study
end

Class Method Details

.job(*args) ⇒ Object



38
39
40
# File 'lib/rbbt/entity/study.rb', line 38

def self.job(*args)
  super(*args).tap{|s| s.instance_variable_set("@study", @study) }
end

.workdirObject



22
23
24
# File 'lib/rbbt/entity/study.rb', line 22

def self.workdir
  @workdir ||= Rbbt.var.jobs["Study"].find
end