Mercurial > repos > nilesh > bcftools
view tool_dependencies.xml @ 2:14567aa2be12 draft default tip
Added wrapper script for correct stderr handling
author | geert-vandeweyer |
---|---|
date | Thu, 10 Apr 2014 09:44:09 -0400 |
parents | f2d331bf3d38 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="samtools" version="0.1.18"> <install version="1.0"> <actions> <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action> <action type="shell_command">make</action> <action type="move_file"> <source>samtools</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>bcftools/bcftools</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme>Both BCFTools and Samtools installed in this dependency.Compiling SAMtools requires the ncurses and zlib development libraries.</readme> </package> </tool_dependency>