changeset 0:c1863143aa2a draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/packages/package_msgfplus_v10089/ commit bdb474693831a3375db79755e88641ad32b3b4e6
author galaxyp
date Sun, 21 Feb 2016 11:03:37 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 20 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:03:37 2016 -0500
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="msgfplus" version="v10089">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://omics.pnl.gov/sites/default/files/software/MSGFPlus.20140716.zip</action>
+                <action type="move_file">
+                    <source>MSGFPlus.jar</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 MSGF+.
+        </readme>
+    </package>
+</tool_dependency>