Mercurial > repos > takadonet > tabix
diff tool_dependencies.xml @ 0:75064adad442 draft default tip
Uploaded
author | takadonet |
---|---|
date | Thu, 16 Jan 2014 10:57:12 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 16 10:57:12 2014 -0500 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="tabix" version="0.2.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/samtools/files/tabix/tabix-0.2.6.tar.bz2</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>tabix</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> + <source>bgzip</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> + Tabix version 0.2.6. Tabix was written by Heng Li. The BGZF library was originally implemented by Bob Handsaker and modified by Heng Li for remote file access and in-memory caching. + </readme> + </package> + + +</tool_dependency>