Mercurial > repos > jeltje > package_dnacopy_1_40_0
changeset 0:ef60e9bf0b32 draft
Uploaded
author | jeltje |
---|---|
date | Thu, 08 Jan 2015 15:21:27 -0500 |
parents | |
children | 12b8d86aa06b |
files | tool_dependencies.xml |
diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 08 15:21:27 2015 -0500 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="R_3_1_1 " version="3.1.1"> + <repository changeset_revision="d9964efbfbe3" name="package_r_3_1_1" owner="fubar" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + + <package name="DNAcopy" version="1.40.0"> + <install version="1.0"> + <actions> + <action type="download_file">http://www.bioconductor.org/packages/release/bioc/src/contrib/DNAcopy_1.40.0.tar.gz</action> + <action type="set_environment_for_install"> + <repository changeset_revision="d9964efbfbe3" name="package_r_3_1_1" owner="fubar" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="R_3_1_1" version="3.1.1" /> + </repository> + </action> + <action type="shell_command">export R_LIBS_USER=$INSTALL_DIR && R CMD INSTALL DNAcopy_1.40.0.tar.gz</action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="R_LIBS_USER">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency>