changeset 0:d8db06905567 draft default tip

planemo upload commit 44e14fe76f26ba07173e88f545c0276e3034f2a0-dirty
author galaxyp
date Fri, 17 Jun 2016 14:35:21 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Jun 17 14:35:21 2016 -0400
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="mztosqlite" version="1.2.0">
+        <install version="1.0">
+            <actions_group>
+                <actions>
+                    <action type="download_file">https://github.com/galaxyproteomics/mzToSQLite/releases/download/1.2.0/mzToSQLite-1.2.0.jar</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>       
+                </actions>                
+                <action type="set_environment">
+                    <environment_variable name="MZTOSQLITE_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="MZTOSQLITE_JAR_PATH" action="set_to">$INSTALL_DIR/mzToSQLite-1.2.0.jar</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>
+This mztosqlite package dependency is retrieved directly from: https://github.com/galaxyproteomics/mzToSQLite/releases/download/
+        </readme>
+    </package>
+</tool_dependency>