0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="searchgui" version="1.14.4">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
1
|
6 <action type="download_by_url" target_filename="SearchGUI-1.14.4.tar.gz">http://searchgui.googlecode.com/files/SearchGUI-1.14.4-mac_and_linux.tar.gz</action>
|
0
|
7 <action type="shell_command">chmod -R o+w resources</action>
|
2
|
8 <action type="shell_command">wget https://gist.github.com/jmchilton/5002161/raw/dc9fa36dd0e6eddcdf43cd2b659e4ecee5ad29df/SearchGUI</action>
|
|
9 <action type="shell_command">wget https://gist.github.com/jmchilton/5002161/raw/b97fb4d9fe9927de1cfc5433dd1702252e9c0348/SearchCLI</action>
|
0
|
10 <action type="shell_command">chmod +x SearchGUI</action>
|
|
11 <action type="shell_command">chmod +x SearchCLI</action>
|
|
12 <action type="move_directory_files">
|
|
13 <source_directory>.</source_directory>
|
|
14 <destination_directory>$INSTALL_DIR/</destination_directory>
|
|
15 </action>
|
|
16 <action type="set_environment">
|
|
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
18 </action>
|
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>
|
|
22 Install Galaxy package application for SearchGUI 1.14.4.
|
|
23 </readme>
|
|
24 </package>
|
|
25 </tool_dependency>
|