Mercurial > repos > stef > qdnaseq
changeset 20:ecc807c0f4f5 draft
Uploaded
author | stef |
---|---|
date | Tue, 17 Jun 2014 05:14:40 -0400 |
parents | eefb834376ba |
children | 45c44ee8ab1a |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jun 17 04:43:08 2014 -0400 +++ b/tool_dependencies.xml Tue Jun 17 05:14:40 2014 -0400 @@ -3,7 +3,7 @@ <set_environment version="1.0"> <environment_variable name="QDNASEQ_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> - </set_environment> + </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/" /> @@ -17,8 +17,9 @@ <action type="shell_command">echo "[DEBUG] BEFORE:" && pwd</action> <action type="shell_command">echo "[DEBUG] DIR LISTING:" && ls -l</action> + <action type="shell_command">echo "[DEBUG] DIR LISTING ONE UP:" && ls -l ../</action> <action type="move_file"> - <source>$REPOSITORY_INSTALL_DIR/QDNAseq.R</source> + <source>"../QDNAseq.R"</source> <destination>./</destination> </action>