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.



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

def study
  @study
end

Class Method Details

.job(*args) ⇒ Object



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

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

.workdirObject



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

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