|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
1
|
3 <package name="omssa" version="2.1.9">
|
|
0
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
4
|
6 <action type="download_by_url">https://dl.dropboxusercontent.com/u/226794/galaxy/omssa_2.1.9.tar.gz</action>
|
|
|
7 <action language="cheetah" type="template_command">
|
|
|
8 sh install.sh $env.INSTALL_DIR
|
|
3
|
9 </action>
|
|
0
|
10 <action type="set_environment">
|
|
2
|
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
0
|
12 <environment_variable action="set_to" name="PROTK_OMSSA_ROOT">$INSTALL_DIR</environment_variable>
|
|
|
13 </action>
|
|
|
14 </actions>
|
|
|
15 </install>
|
|
|
16 <readme>
|
|
|
17 Downloads prebuilt binaries of the OMSSA search engine from NCBI
|
|
|
18 </readme>
|
|
|
19 </package>
|
|
|
20 </tool_dependency>
|