Mercurial > repos > nilesh > bcftools
view tool_dependencies.xml @ 1:3182c7fac413
changed bcftools_view.xml to version 1.0.0
author | nilesh |
---|---|
date | Thu, 11 Jul 2013 14:27:32 -0500 |
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>