Mercurial > repos > stef > qdnaseq
view tool_dependencies.xml @ 12:7318921f937c draft
Uploaded
author | stef |
---|---|
date | Mon, 16 Jun 2014 08:19:03 -0400 |
parents | 821fb6bdbbeb |
children | 0a242c6cfdde |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <set_environment version="1.0"> <environment_variable name="QDNASEQ_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> </set_environment> <package name="R" version="3.0.3"> <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu/" /> </package> <package name="bioc_qdnaseq" version="1.0.5"> <install version="1.0"> <actions> <!--<action type="download_by_url"> http://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.0.5.tar.gz </action>--> <action type="set_environment_for_install"> <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu/"> <package name="R" version="3.0.3" /> </repository> </action> <action type="shell_command">wget http://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.0.5.tar.gz</action> <action type="shell_command">ls -l && echo "print dir" && pwd</action> <action type="shell_command">export R_LIBS=$INSTALL_DIR && R CMD INSTALL --build QDNAseq_1.0.5.tar.gz</action> <!--<action type="shell_command">R CMD INSTALL QDNAseq_1.0.5.tar.gz</action>--> <action type="set_environment"> <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Should install QDNAseq package from bioconductor. </readme> </package> </tool_dependency>