0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="searchgui" version="1.18.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
7
|
6 <action type="download_by_url" target_filename="SearchGUI-1.18.4-beta.tar.gz">https://www.dropbox.com/s/q4c0nn9na8q16wf/SearchGUI-1.18.4-beta-mac_and_linux.tar.gz</action>
|
8
|
7 <action type="shell_command">tar xvfz SearchGUI-1.18.4-beta.tar.gz</action>
|
|
8 <action type="change_directory">SearchGUI-1.18.4-beta</action>
|
0
|
9 <action type="shell_command">chmod -R o+w resources</action>
|
|
10 <action type="move_directory_files">
|
|
11 <source_directory>.</source_directory>
|
|
12 <destination_directory>$INSTALL_DIR/</destination_directory>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
16 <environment_variable name="SEARCHGUI_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
3
|
17 <environment_variable name="SEARCHGUI_JAR_PATH" action="set_to">$INSTALL_DIR/SearchGUI-1.18.4.jar</environment_variable>
|
0
|
18 </action>
|
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>
|
3
|
22 Install Galaxy package application for SearchGUI 1.18.4.
|
0
|
23 http://code.google.com/p/searchgui/
|
|
24 </readme>
|
|
25 </package>
|
|
26 </tool_dependency>
|