Class: Komonzu::Command::UseasCommand
- Defined in:
- lib/komonzu/commands/useas.rb
Instance Method Summary collapse
Methods inherited from GroupBase
Instance Method Details
#GATK ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/komonzu/commands/useas.rb', line 25 def GATK provision({ 'run_list' => ['recipe[nextgenseq::gatk]'] }) say(<<EOM) To get access to useful environment variables in this session, execute the following: source /etc/profile.d/gatk.sh EOM end |
#R ⇒ Object
17 18 19 20 21 22 |
# File 'lib/komonzu/commands/useas.rb', line 17 def R provision({ 'R' => { 'packages' => [:packages] || [] }, 'run_list' => ['recipe[r]'] }) end |