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>
|
|
15 <!--<action type="download_by_url">
|
|
16 http://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.0.5.tar.gz
|
|
17 </action>-->
|
|
18 <action type="set_environment_for_install">
|
|
19 <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu/">
|
|
20 <package name="R" version="3.0.3" />
|
|
21 </repository>
|
|
22 </action>
|
13
|
23 <action type="set_environment">
|
|
24 <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR/bin</environment_variable>
|
|
25 </action>
|
11
|
26 <action type="shell_command">wget http://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.0.5.tar.gz</action>
|
10
|
27 <action type="shell_command">ls -l && echo "print dir" && pwd</action>
|
12
|
28 <action type="shell_command">export R_LIBS=$INSTALL_DIR && R CMD INSTALL --build QDNAseq_1.0.5.tar.gz</action>
|
9
|
29 <!--<action type="shell_command">R CMD INSTALL QDNAseq_1.0.5.tar.gz</action>-->
|
8
|
30 </actions>
|
|
31 </install>
|
|
32
|
|
33 <readme>
|
|
34 Should install QDNAseq package from bioconductor.
|
|
35 </readme>
|
|
36 </package>
|
|
37
|
|
38 </tool_dependency>
|