diff tool_dependencies.xml @ 0:d5c3e461f484 draft

planemo upload for repository https://github.com/remimarenco/blastXmlToPsl commit 748d4887ce50f21d581c973686a4c2f9eaa29cad-dirty
author rmarenco
date Thu, 14 Jul 2016 17:45:34 -0400
parents
children 5e8fd7791c7f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Jul 14 17:45:34 2016 -0400
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <!-- Package blastXmlToPsl -->
+    <package name="blastXmlToPsl" version="1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_binary" target_directory="bin">
+                    <url_template os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/blastXmlToPsl
+                    </url_template>
+                    <url_template os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/blastXmlToPsl
+                    </url_template>
+                </action>
+                <action type="chmod">
+                    <file mode="750">$INSTALL_DIR/bin/blastXmlToPsl</file>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>The tools downloaded by this dependency definition are free for academic use.</readme>
+    </package>
+</tool_dependency>
\ No newline at end of file