changeset 18:1debdbe657cd draft

planemo upload commit 5ef22a008867c6bf100dbe37b9006f565a828bb5-dirty
author yating-l
date Fri, 22 Jul 2016 11:28:51 -0400
parents 4851936124a9
children a7f57cf408e8
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 22 11:24:48 2016 -0400
+++ b/tool_dependencies.xml	Fri Jul 22 11:28:51 2016 -0400
@@ -7,16 +7,12 @@
                     <action type="download_by_url">http://korflab.ucdavis.edu/Software/snap-2013-11-29.tar.gz</action>
                     <action type="shell_command">make</action>
                     <action type="move_directory_files">
-                        <source_directory>snap</source_directory>
-                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
-                    </action>
-                    <action type="move_directory_files">
                         <source_directory>.</source_directory>
-                        <destination_directory>$INSTALL_DIR/lib</destination_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
                     <action type="set_environment">
-                        <environment_variable name="ZOE" action="set_to">$INSTALL_DIR/lib</environment_variable>
-                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                        <environment_variable name="ZOE" action="set_to">$INSTALL_DIR</environment_variable>
+                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                     </action>
                 </actions>
             </actions_group>