Mercurial > repos > pieterlukasse > prims_masscomb
view tool_dependencies.xml @ 9:c317e0f939df
Made converter more robust and added support for mzXML in xtandem interface
author | pieter.lukasse@wur.nl |
---|---|
date | Fri, 07 Feb 2014 11:41:58 +0100 |
parents | d6001e8d7441 |
children | 1a6fa343b981 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <!-- see also http://wiki.galaxyproject.org/ToolShedToolFeatures for syntax help --> <package name="xtandem" version="12.10011"> <install version="1.0"> <actions> <action type="download_by_url">ftp://ftp.thegpm.org/projects/tandem/source/2011-12-01/tandem-linux-12-10-01-1.zip</action> <!--<action type="shell_command">make clean</action> <action type="shell_command">make</action>--> <action type="move_directory_files"> <source_directory>../tandem-linux-12-10-01-1</source_directory> <destination_directory>$INSTALL_DIR/tandem-linux-12-10-01-1</destination_directory> </action> <action type="shell_command">chmod 755 $INSTALL_DIR/tandem-linux-12-10-01-1/bin/tandem.exe</action> <!--<action type="chmod"><file mode="755">$INSTALL_DIR/tandem-linux-12-10-01-1/bin/tandem.exe</file><action>--> <action type="set_environment"> <environment_variable name="XTANDEM_12_10_01_PATH" action="set_to">$INSTALL_DIR/tandem-linux-12-10-01-1</environment_variable> </action> </actions> </install> <readme> Ensures XTandem is installed. </readme> </package> <set_environment version="1.0"> <environment_variable name="XTANDEM_12_10_01_PATH" action="set_to">$INSTALL_DIR/tandem-linux-12-10-01-1</environment_variable> </set_environment> </tool_dependency>