changeset 4:b13271391f95 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
author iuc
date Fri, 06 Nov 2015 16:30:31 -0500
parents 536f7bb5616d
children
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu May 14 10:24:01 2015 -0400
+++ b/tool_dependencies.xml	Fri Nov 06 16:30:31 2015 -0500
@@ -11,6 +11,13 @@
                     </action>
                     <action type="shell_command">sed -i.bak 's#/build/dest#$INSTALL_DIR#' $INSTALL_DIR/bin/tophat2</action>
                 </actions>
+                <actions architecture="x86_64" os="darwin">
+                    <action type="download_by_url">https://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.14.OSX_x86_64.tar.gz</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://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.14.tar.gz</action>
                     <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>