Mercurial > repos > iracooke > package_searchgui_1_28
changeset 1:f50096190d0d draft default tip
planemo upload commit 04b529c9366e6b77f45bfaa44c1a7fac5772f5b9
author | iracooke |
---|---|
date | Mon, 08 Jun 2015 19:41:54 -0400 |
parents | ec9887977acc |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 15 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jun 03 13:53:09 2015 -0400 +++ b/tool_dependencies.xml Mon Jun 08 19:41:54 2015 -0400 @@ -1,17 +1,28 @@ <?xml version="1.0"?> <tool_dependency> + <package name="mono" version="4.0"> + <repository changeset_revision="d081ac7d12d1" name="package_mono_4_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> <package name="searchgui" version="1.28"> <install version="1.0"> <actions> - <action type="download_by_url" target_filename="SearchGUI-1.28.0.tar.gz">http://genesis.ugent.be/maven2/eu/isas/searchgui/SearchGUI/1.28.0/SearchGUI-1.28.0-mac_and_linux.tar.gz</action> + <action target_filename="SearchGUI-1.28.1.tar.gz" type="download_by_url">http://genesis.ugent.be/maven2/eu/isas/searchgui/SearchGUI/1.28.1/SearchGUI-1.28.1-mac_and_linux.tar.gz</action> + <action type="set_environment_for_install"> + <repository changeset_revision="d081ac7d12d1" name="package_mono_4_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="mono" version="4.0" /> + </repository> + </action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> </action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> - <environment_variable name="SEARCHGUI_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> - <environment_variable name="SEARCHGUI_JAR_PATH" action="set_to">$INSTALL_DIR/SearchGUI-1.28.0.jar</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="SEARCHGUI_ROOT_PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="SEARCHGUI_JAR_PATH">$INSTALL_DIR/SearchGUI-1.28.1.jar</environment_variable> + <environment_variable action="prepend_to" name="PATH">$ENV[MONO_ROOT_PATH]/bin</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[MONO_ROOT_PATH]/lib</environment_variable> + <environment_variable action="set_to" name="MONO_ROOT_PATH">$ENV[MONO_ROOT_PATH]</environment_variable> </action> </actions> </install>