Previous changeset 1:8b300d21e6bd (2015-07-17) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca |
modified:
tool_dependencies.xml |
b |
diff -r 8b300d21e6bd -r 30bd7eaeddbf tool_dependencies.xml --- a/tool_dependencies.xml Fri Jul 17 10:11:42 2015 -0400 +++ b/tool_dependencies.xml Fri Nov 06 15:18:18 2015 -0500 |
b |
@@ -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> |