Mercurial > repos > takadonet > tabix
comparison tool_dependencies.xml @ 0:75064adad442 draft default tip
Uploaded
| author | takadonet |
|---|---|
| date | Thu, 16 Jan 2014 10:57:12 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:75064adad442 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="tabix" version="0.2.6"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/tabix/tabix-0.2.6.tar.bz2</action> | |
| 7 <action type="shell_command">make</action> | |
| 8 <action type="move_file"> | |
| 9 <source>tabix</source> | |
| 10 <destination>$INSTALL_DIR/bin</destination> | |
| 11 </action> | |
| 12 <action type="move_file"> | |
| 13 <source>bgzip</source> | |
| 14 <destination>$INSTALL_DIR/bin</destination> | |
| 15 </action> | |
| 16 <action type="set_environment"> | |
| 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 18 </action> | |
| 19 </actions> | |
| 20 </install> | |
| 21 <readme> | |
| 22 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. | |
| 23 </readme> | |
| 24 </package> | |
| 25 | |
| 26 | |
| 27 </tool_dependency> |
