annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
1 <?xml version="1.0"?>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
2 <tool_dependency>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
3 <package name="velvet" version="1.2.10">
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
4 <install version="1.0">
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
5 <actions>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
6 <action type="shell_command">git clone git://github.com/dzerbino/velvet.git</action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
7 <action type="shell_command">git reset --hard 9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3</action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
8 <action type="shell_command">make -i CATEGORIES=4 MAXKMERLENGTH=191 OPENMP=1</action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
9 <action type="move_file">
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
10 <source>velvetg</source>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
11 <destination>$INSTALL_DIR/bin</destination>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
12 </action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
13 <action type="move_file">
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
14 <source>velveth</source>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
15 <destination>$INSTALL_DIR/bin</destination>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
16 </action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
17 <action type="set_environment">
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
19 </action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
20 <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/velveth</action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
21 <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/velvetg</action>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
22 </actions>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
23 </install>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
24 <readme>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
25 Installs velvet version 1.2.10.
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
26 </readme>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
27 </package>
a6d81014257d Initial upload - velvet will compile with 4 categories and maxkmer of 191
simon-gladman
parents:
diff changeset
28 </tool_dependency>