Mercurial > repos > miller-lab > package_quicktree_1_1
annotate tool_dependencies.xml @ 1:eaefaec9b8c9 draft default tip
Uploaded tool_dependencies.xml with a URL that works for urllib.
author | devteam |
---|---|
date | Tue, 21 Oct 2014 09:12:25 -0400 |
parents | dae77031fa2f |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="quicktree" version="1.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <!-- Download source code --> | |
1
eaefaec9b8c9
Uploaded tool_dependencies.xml with a URL that works for urllib.
devteam
parents:
0
diff
changeset
|
7 <action type="download_by_url" target_filename="quicktree_1.1.tar.gz">ftp://ftp.sanger.ac.uk/pub/resources/software/quicktree/quicktree.tar.gz</action> |
0 | 8 |
9 <!-- Build quicktree --> | |
10 <action type="shell_command">make quicktree</action> | |
11 | |
12 <!-- Install quicktree --> | |
13 <action type="shell_command">cp -R bin $INSTALL_DIR</action> | |
14 | |
15 <!-- Set environment for dependent repositories --> | |
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 </package> | |
22 </tool_dependency> |