Mercurial > repos > devteam > package_velvet_1_2_10
comparison tool_dependencies.xml @ 0:93d32326537b draft default tip
planemo upload commit 4720b3dfa114d790b597fef6ccf3c17e8c11e111
author | devteam |
---|---|
date | Tue, 13 Oct 2015 16:38:07 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:93d32326537b |
---|---|
1 <tool_dependency> | |
2 <package name="velvet" version="1.2.10"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">https://github.com/dzerbino/velvet/archive/d430f1ade319af582dc7bb6886ea904abd6337bd.zip</action> | |
6 <action type="shell_command">make</action> | |
7 <action type="move_file"> | |
8 <source>velvetg</source> | |
9 <destination>$INSTALL_DIR</destination> | |
10 </action> | |
11 <action type="move_file"> | |
12 <source>velveth</source> | |
13 <destination>$INSTALL_DIR</destination> | |
14 </action> | |
15 <action type="set_environment"> | |
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme> | |
21 From the official readme: | |
22 | |
23 :: | |
24 | |
25 Velvet should function on any standard 64bit Linux environment with | |
26 gcc. A good amount of physical memory (12GB to start with, more is no luxury) | |
27 is recommended. | |
28 | |
29 </readme> | |
30 </package> | |
31 </tool_dependency> |