Mercurial > repos > dereeper > package_admixture_1_23
annotate tool_dependencies.xml @ 0:61e04b2aa621 draft default tip
Uploaded
author | dereeper |
---|---|
date | Fri, 20 Feb 2015 10:01:04 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency version="1.1" > | |
3 <package name="admixture" version="1.23"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://www.genetics.ucla.edu/software/admixture/binaries/admixture_linux-1.23.tar.gz</action> | |
7 <action type="move_file"> | |
8 <source>admixture</source> | |
9 <destination>$INSTALL_DIR/bin</destination> | |
10 </action> | |
11 <action type="set_environment"> | |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 </package> | |
17 </tool_dependency> |