8
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
|
4 <set_environment version="1.0">
|
|
5 <environment_variable name="QDNASEQ_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
6 </set_environment>
|
|
7
|
|
8 <package name="R" version="3.0.3">
|
|
9 <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu/" />
|
|
10 </package>
|
|
11
|
|
12 <package name="bioc_qdnaseq" version="1.0.5">
|
|
13 <install version="1.0">
|
|
14 <actions>
|
17
|
15
|
|
16 <action type="shell_command">echo "[DEBUG] BEFORE:" && pwd</action>
|
|
17 <action type="shell_command">echo "[DEBUG] DIR LISTING:" && ls -l</action>
|
|
18 <action type="move_file">
|
18
|
19 <source>$INSTALL_DIR/QDNAseq.R</source>
|
|
20 <destination>./</destination>
|
17
|
21 </action>
|
|
22
|
|
23 <action type="shell_command">echo "[DEBUG] AFTER:" && pwd</action>
|
14
|
24 <action type="shell_command">echo "[DEBUG] DIR LISTING:" && ls -l</action>
|
15
|
25
|
8
|
26 <action type="set_environment_for_install">
|
|
27 <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu/">
|
|
28 <package name="R" version="3.0.3" />
|
|
29 </repository>
|
|
30 </action>
|
13
|
31 <action type="set_environment">
|
|
32 <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR/bin</environment_variable>
|
|
33 </action>
|
15
|
34 <action type="shell_command">echo "[DEBUG] NOW ABOUT TO DOWNLOAD"</action>
|
11
|
35 <action type="shell_command">wget http://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.0.5.tar.gz</action>
|
14
|
36
|
|
37 <action type="shell_command">echo "[DEBUG] WORKING DIR:" && pwd</action>
|
|
38 <action type="shell_command">echo "[DEBUG] DIR LISTING:" && ls -l</action>
|
|
39
|
|
40 <action type="shell_command">echo "[DEBUG] NOW ABOUT TO INSTALL"</action>
|
12
|
41 <action type="shell_command">export R_LIBS=$INSTALL_DIR && R CMD INSTALL --build QDNAseq_1.0.5.tar.gz</action>
|
9
|
42 <!--<action type="shell_command">R CMD INSTALL QDNAseq_1.0.5.tar.gz</action>-->
|
8
|
43 </actions>
|
|
44 </install>
|
|
45
|
|
46 <readme>
|
|
47 Should install QDNAseq package from bioconductor.
|
|
48 </readme>
|
|
49 </package>
|
|
50
|
|
51 </tool_dependency>
|