Mercurial > repos > dereeper > package_admixture_1_23
annotate tool_dependencies.xml @ 0:0f7e9a05a299 draft default tip
planemo upload
| author | dereeper |
|---|---|
| date | Tue, 12 Apr 2016 08:30:37 -0400 |
| 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> |
