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