Mercurial > repos > iuc > package_vcflib_8a5602bf07
changeset 0:7e67466b033e draft default tip
Uploaded
author | iuc |
---|---|
date | Thu, 12 Mar 2015 16:41:40 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Mar 12 16:41:40 2015 -0400 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="vcflib" version="8a5602bf07"> + <install version="1.0"> + <actions_group> + <actions architecture="x86_64" os="linux"> + <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/vcflib/vcflib-8a5602bf07-Linux-x86_64.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> + <actions> + <action type="move_directory_files"> + <source_directory>bin</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions_group> + </install> + <readme> +Binary files in this package are compiled from source code with SHA: 8a5602bf07. +This is package dependency for tools relying on VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). This package is distributed as x86_64 binaries only as it is difficult to compile on other platforms. These binaries should work on any of our stated supported linux platforms other than RHEL/CentOS 5. + </readme> + </package> +</tool_dependency>