comparison tool_dependencies.xml @ 4:a71ce3af685a draft default tip

Uploaded
author iracooke
date Thu, 24 Oct 2013 18:56:16 -0400
parents ee659f8df9ed
children
comparison
equal deleted inserted replaced
3:ee659f8df9ed 4:a71ce3af685a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="omssa" version="2.1.9"> 3 <package name="omssa" version="2.1.9">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_binary"> 6 <action type="download_by_url">https://dl.dropboxusercontent.com/u/226794/galaxy/omssa_2.1.9.tar.gz</action>
7 <url_template os="linux">ftp://ftp.ncbi.nih.gov/pub/lewisg/omssa/2.1.9/omssa-2.1.9.linux.tar.gz</url_template> 7 <action language="cheetah" type="template_command">
8 <url_template os="darwin">ftp://ftp.ncbi.nih.gov/pub/lewisg/omssa/2.1.9/omssa-2.1.9.macos.tar.gz</url_template> 8 sh install.sh $env.INSTALL_DIR
9 </action> 9 </action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
12 <environment_variable action="set_to" name="PROTK_OMSSA_ROOT">$INSTALL_DIR</environment_variable> 12 <environment_variable action="set_to" name="PROTK_OMSSA_ROOT">$INSTALL_DIR</environment_variable>
13 </action> 13 </action>