Mercurial > repos > devteam > picard
view tool_dependencies.xml @ 2:9227b8c3093b
Updated command line format per dev team standards.
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Tue, 02 Apr 2013 09:42:36 -0400 |
parents | e0232cbac965 |
children | ab1f60c26526 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="picard" version="1.56.0"> <install version="1.0"> <actions> <action type="download_by_url">http://downloads.sourceforge.net/project/picard/picard-tools/1.56/picard-tools-1.56.zip</action> <action type="move_directory_files"> <source_directory>picard-tools-1.56</source_directory> <destination_directory>$INSTALL_DIR/jars</destination_directory> </action> <action type="set_environment"> <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable> </action> </actions> </install> <readme> </readme> </package> </tool_dependency>