4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 <environment_variable action="set_to" name="SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
|
6
|
13
|
7 <package name="R" version="3.0.1">
|
14
|
8 <repository changeset_revision="c5ff6dd33c79" name="package_r_3_0_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" prior_installation_required="True"/>
|
4
|
9 </package>
|
|
10
|
|
11 <package name="degseq" version="1.20.0">
|
|
12 <install version="1.0">
|
|
13 <actions>
|
|
14 <action type="set_environment_for_install">
|
14
|
15 <repository changeset_revision="c5ff6dd33c79" name="package_r_3_0_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" prior_installation_required="True">
|
6
|
16 <package name="R" version="3.0.1" />
|
4
|
17 </repository>
|
|
18 </action>
|
|
19 <action type="shell_command">R CMD BATCH $REPOSITORY_INSTALL_DIR/install_DEG.R </action>
|
14
|
20
|
15
|
21
|
14
|
22
|
|
23 <action type="set_environment">
|
15
|
24 <environment_variable name="PATH" action="prepend_to">
|
|
25 <action type="shell_command">which R</action>
|
|
26 </environment_variable>
|
14
|
27 </action>
|
|
28
|
4
|
29 </actions>
|
|
30 </install>
|
|
31
|
|
32
|
|
33 </package>
|
|
34
|
|
35
|
13
|
36
|
4
|
37 </tool_dependency>
|