comparison tool_dependencies.xml @ 0:a6d81014257d draft default tip

Initial upload - velvet will compile with 4 categories and maxkmer of 191
author simon-gladman
date Tue, 28 Jun 2016 17:27:47 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a6d81014257d
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="velvet" version="1.2.10">
4 <install version="1.0">
5 <actions>
6 <action type="shell_command">git clone git://github.com/dzerbino/velvet.git</action>
7 <action type="shell_command">git reset --hard 9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3</action>
8 <action type="shell_command">make -i CATEGORIES=4 MAXKMERLENGTH=191 OPENMP=1</action>
9 <action type="move_file">
10 <source>velvetg</source>
11 <destination>$INSTALL_DIR/bin</destination>
12 </action>
13 <action type="move_file">
14 <source>velveth</source>
15 <destination>$INSTALL_DIR/bin</destination>
16 </action>
17 <action type="set_environment">
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
19 </action>
20 <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/velveth</action>
21 <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/velvetg</action>
22 </actions>
23 </install>
24 <readme>
25 Installs velvet version 1.2.10.
26 </readme>
27 </package>
28 </tool_dependency>