changeset 2:30bd7eaeddbf draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
author iuc
date Fri, 06 Nov 2015 15:18:18 -0500
parents 8b300d21e6bd
children
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 17 10:11:42 2015 -0400
+++ b/tool_dependencies.xml	Fri Nov 06 15:18:18 2015 -0500
@@ -10,6 +10,13 @@
                         <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
                 </actions>
+                <actions os="darwin" architecture="x86_64">
+                    <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.5/bowtie2-2.2.5-macos-x86_64.zip</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
                 <actions>
                     <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.5/bowtie2-2.2.5-source.zip</action>
                     <action type="shell_command">make</action>