Mercurial > repos > devteam > picard1106
changeset 44:092deb26fe14 draft
Uploaded
author | devteam |
---|---|
date | Thu, 13 Feb 2014 23:46:01 -0500 |
parents | c810e9bc55af |
children | 3df84ba3c2e4 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Feb 13 23:46:01 2014 -0500 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="picard" version="1.106.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://downloads.sourceforge.net/project/picard/picard-tools/1.106/picard-tools-1.106.zip</action> + <action type="move_directory_files"> + <source_directory>picard-tools-1.106</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>