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