changeset 0:83f2b4cf1848 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/packages/package_bumbershoot_3_0_8738/ commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
author galaxyp
date Tue, 15 Sep 2015 17:04:47 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 44 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Sep 15 17:04:47 2015 -0400
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="bumbershoot" version="3.0.8738">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://teamcity.labkey.org/guestAuth/repository/download/ProteoWizard_Bumbershoot_Linux_X86_64/265091:id/bumbershoot-bin-linux-gcc48-release-3_0_8738.tar.bz2</action>
+                <action type="move_file">
+                    <source>myrimatch</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>idpQonvert</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>idpAssemble</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>idpQuery</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <!--<action type="move_file">
+                    <source>directag</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>tagrecon</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>pepitome</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>-->
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            This package downloads and installs the Bumbershoot tools for Linux.
+        </readme>
+    </package>
+</tool_dependency>