Mercurial > repos > devteam > package_lastz_1_02_00
comparison tool_dependencies.xml @ 0:1d4a5e764543 draft default tip
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Fri, 21 Feb 2014 14:23:50 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d4a5e764543 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="lastz" version="1.02.00"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions architecture="x86_64" os="linux"> | |
7 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/lastz/lastz-1.02.00-Linux-x86_64.tgz</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
11 </action> | |
12 </actions> | |
13 <actions architecture="x86_64" os="darwin"> | |
14 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/lastz/lastz-1.02.00-Darwin-x86_64.tgz</action> | |
15 <action type="move_directory_files"> | |
16 <source_directory>.</source_directory> | |
17 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
18 </action> | |
19 </actions> | |
20 <actions> | |
21 <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> | |
22 <action type="shell_command">make</action> | |
23 <action type="move_file"> | |
24 <source>src/lastz</source> | |
25 <destination>$INSTALL_DIR/bin</destination> | |
26 </action> | |
27 <action type="move_file"> | |
28 <source>src/lastz_D</source> | |
29 <destination>$INSTALL_DIR/bin</destination> | |
30 </action> | |
31 </actions> | |
32 <action type="set_environment"> | |
33 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
34 </action> | |
35 </actions_group> | |
36 </install> | |
37 <readme> | |
38 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. | |
39 </readme> | |
40 </package> | |
41 </tool_dependency> |