Mercurial > repos > devteam > lastz_paired_reads
comparison tool_dependencies.xml @ 0:96825cee5c25 draft
Uploaded tarball
author | devteam |
---|---|
date | Mon, 26 Nov 2012 09:48:27 -0500 |
parents | |
children | 1d5aabeac76e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:96825cee5c25 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="lastz" version="1.02.00"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" target_filename="lastz-distrib-1.02.00.tar.gz">http://www.bx.psu.edu/miller_lab/dist/lastz-1.02.00.tar.gz</action> | |
7 <action type="shell_command">make</action> | |
8 <action type="move_file"> | |
9 <source>src/lastz</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="move_file"> | |
13 <source>src/lastz_D</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 LASTZ is a program for aligning DNA sequences, a pairwise aligner. Originally designed to handle sequences the size of human chromosomes and from different species, it is also useful for sequences produced by NGS sequencing technologies such as Roche 454. </readme> | |
23 </package> | |
24 </tool_dependency> | |
25 |