Mercurial > repos > devteam > package_velvet_1_2_10
view tool_dependencies.xml @ 0:d9e36a5fd0ea draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_velvet_1_2_10 commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author | devteam |
---|---|
date | Mon, 09 Nov 2015 11:13:59 -0500 |
parents | |
children |
line wrap: on
line source
<tool_dependency> <package name="velvet" version="1.2.10"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/dzerbino/velvet/archive/d430f1ade319af582dc7bb6886ea904abd6337bd.zip</action> <action type="shell_command">make</action> <action type="move_file"> <source>velvetg</source> <destination>$INSTALL_DIR</destination> </action> <action type="move_file"> <source>velveth</source> <destination>$INSTALL_DIR</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> From the official readme: :: Velvet should function on any standard 64bit Linux environment with gcc. A good amount of physical memory (12GB to start with, more is no luxury) is recommended. </readme> </package> </tool_dependency>