changeset 18:03251c8d6b46 draft

Uploaded
author stef
date Tue, 17 Jun 2014 04:36:18 -0400
parents 160190da7976
children eefb834376ba
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jun 17 04:33:29 2014 -0400
+++ b/tool_dependencies.xml	Tue Jun 17 04:36:18 2014 -0400
@@ -16,8 +16,8 @@
 				<action type="shell_command">echo "[DEBUG] BEFORE:" &amp;&amp; pwd</action>
 				<action type="shell_command">echo "[DEBUG] DIR LISTING:" &amp;&amp; ls -l</action>
 				<action type="move_file">
-					<source>QDNAseq.R</source>
-					<destination>$INSTALL_DIR</destination>
+					<source>$INSTALL_DIR/QDNAseq.R</source>
+					<destination>./</destination>
 				</action>
 				
 				<action type="shell_command">echo "[DEBUG] AFTER:" &amp;&amp; pwd</action>