Mercurial > repos > dereeper > package_plink_1_90
comparison tool_dependencies.xml @ 0:bae25c2eb2f6 draft
Uploaded
author | dereeper |
---|---|
date | Mon, 16 May 2016 14:45:19 -0400 |
parents | |
children | 91fb259d91e5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bae25c2eb2f6 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency version="1.1" > | |
3 <package name="plink" version="1.90"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://www.cog-genomics.org/static/bin/plink160416/plink_linux_x86_64.zip</action> | |
7 <action type="shell_command">chmod +x plink</action> | |
8 <action type="move_file"> | |
9 <source>plink</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 </package> | |
18 </tool_dependency> |