changeset 0:544ab1021173 draft

Uploaded
author iracooke
date Thu, 24 Oct 2013 00:21:21 -0400
parents
children 56a2716909b9
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 24 00:21:21 2013 -0400
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="omssa" version="4.6.1">
+            <install version="1.0">
+                <actions>                	
+					<action type="download_binary"><url_template os="linux">ftp://ftp.ncbi.nih.gov/pub/lewisg/omssa/2.1.9/omssa-2.1.9.linux.tar.gz</url_template></action>
+					<action type="download_binary"><url_template os="darwin">ftp://ftp.ncbi.nih.gov/pub/lewisg/omssa/2.1.9/omssa-2.1.9.macos.tar.gz</url_template></action>
+                    <action type="set_environment">
+                        <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>