changeset 0:996169901942 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/packages/package_searchgui_2_1 commit bdb474693831a3375db79755e88641ad32b3b4e6-dirty
author galaxyp
date Sun, 21 Feb 2016 11:16:49 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Feb 21 11:16:49 2016 -0500
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="mono" version="4.0">
+       <repository changeset_revision="d081ac7d12d1" name="package_mono_4_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="searchgui" version="2.1">
+        <install version="1.0">
+            <actions>
+                <action target_filename="SearchGUI-2.1.4.tar.gz" type="download_by_url">http://genesis.ugent.be/maven2/eu/isas/searchgui/SearchGUI/2.1.4/SearchGUI-2.1.4-mac_and_linux.tar.gz</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="d081ac7d12d1" name="package_mono_4_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="mono" version="4.0" />
+                    </repository>
+                </action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR/</destination_directory>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="SEARCHGUI_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="SEARCHGUI_JAR_PATH">$INSTALL_DIR/SearchGUI-2.1.4.jar</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$ENV[MONO_ROOT_PATH]/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[MONO_ROOT_PATH]/lib</environment_variable>
+                    <environment_variable action="set_to" name="MONO_ROOT_PATH">$ENV[MONO_ROOT_PATH]</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Install Galaxy package application for SearchGUI 2.1.1
+            http://code.google.com/p/searchgui/
+        </readme>
+    </package>
+</tool_dependency>