changeset 17:160190da7976 draft

Uploaded
author stef
date Tue, 17 Jun 2014 04:33:29 -0400
parents 16a21a760ba2
children 03251c8d6b46
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jun 17 04:23:28 2014 -0400
+++ b/tool_dependencies.xml	Tue Jun 17 04:33:29 2014 -0400
@@ -1,10 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
 	
-	<actions>                                
-		<action type="move_file"><source>QDNAseq.R</source><destination>$REPOSITORY_INSTALL_DIR</destination></action>
-	</actions>
-	
 	<set_environment version="1.0">
      	<environment_variable name="QDNASEQ_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
      </set_environment>
@@ -16,7 +12,15 @@
 	<package name="bioc_qdnaseq" version="1.0.5">
 		<install version="1.0">
 			<actions>
-				<action type="shell_command">echo "[DEBUG] WORKING DIR:" &amp;&amp; pwd</action>
+				
+				<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>
+				</action>
+				
+				<action type="shell_command">echo "[DEBUG] AFTER:" &amp;&amp; pwd</action>
 				<action type="shell_command">echo "[DEBUG] DIR LISTING:" &amp;&amp; ls -l</action>
 
 				<action type="set_environment_for_install">