changeset 0:986d3f456c59 draft

planemo upload for repository https://github.com/iracooke/protk-galaxytools/tree/master/packages/package_omssa_2_1_9 commit 24e0fef2496984648a8a5cd5bff4d6b9b634a302-dirty
author iracooke
date Tue, 20 Oct 2015 20:30:21 -0400
parents
children 37b03930c6a2
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	Tue Oct 20 20:30:21 2015 -0400
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="omssa" version="2.1.9">
+            <install version="1.0">
+                <actions>                	
+					<action type="download_by_url">https://dl.dropboxusercontent.com/u/226794/galaxy/omssa_2.1.9.tar.gz</action>
+                    <action language="cheetah" type="template_command">
+                        sh install.sh $env.INSTALL_DIR
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                        <environment_variable action="set_to" name="PROTK_OMSSA_ROOT">$INSTALL_DIR</environment_variable>
+                    </action>
+                </actions>
+            </install>
+            <readme>
+            	Downloads prebuilt binaries of the OMSSA search engine from NCBI
+            </readme>
+        </package>
+</tool_dependency>