changeset 1:559454eab468 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_vsearch_1_1_3 commit 025696892784ba9fd07404ce4d21f3dca4ac1a1e-dirty
author iuc
date Fri, 17 Jul 2015 14:20:19 -0400
parents c1fc77fac9fb
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 19 15:03:47 2015 -0400
+++ b/tool_dependencies.xml	Fri Jul 17 14:20:19 2015 -0400
@@ -5,17 +5,17 @@
             <actions_group>
                 <actions architecture="x86_64" os="darwin">
                     <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-osx-x86_64</action>
-                    <action type="move_file">
+                    <action type="move_file" rename_to="vsearch">
                         <source>vsearch-1.1.3-osx-x86_64</source>
-                        <destination>$INSTALL_DIR/bin/vsearch</destination>
+                        <destination>$INSTALL_DIR/bin</destination>
                     </action>
                     <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action>
                 </actions>
                 <actions architecture="x86_64" os="linux">
                     <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-linux-x86_64</action>
-                    <action type="move_file">
+                    <action type="move_file" rename_to="vsearch">
                         <source>vsearch-1.1.3-linux-x86_64</source>
-                        <destination>$INSTALL_DIR/bin/vsearch</destination>
+                        <destination>$INSTALL_DIR/bin</destination>
                     </action>
                     <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action>
                 </actions>