Mercurial > repos > dereeper > package_plink_1_07
comparison tool_dependencies.xml @ 0:65400c333b88 draft default tip
Uploaded
author | dereeper |
---|---|
date | Fri, 20 Feb 2015 10:02:26 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:65400c333b88 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency version="1.1" > | |
3 <package name="plink" version="1.07"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-1.07-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> |