Mercurial > repos > devteam > package_picard_122
view tool_dependencies.xml @ 0:8ddbb5092d8a draft
Uploaded
author | devteam |
---|---|
date | Thu, 23 Oct 2014 10:41:11 -0400 |
parents | |
children | 53eab8b10cfc |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="picard" version="1.122"> <install version="1.0"> <actions_group> <actions architecture="x86_64" os="linux"> <action type="download_by_url">https://github.com/broadinstitute/picard/releases/download/1.122/picard-tools-1.122.zip</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> </actions> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/picard-tools-1.122</environment_variable> </action> </actions_group> </install> <readme> This picard package dependency is retrieved directly from https://github.com/broadinstitute/picard/releases </readme> </package> </tool_dependency>