annotate tool_dependencies.xml @ 9:55e57243b131

Add install PREFIX to make install command in tool_dependencies.xml
author Jim Johnson <jj@umn.edu>
date Thu, 13 Sep 2012 19:54:21 -0500
parents 438677e99ef8
children 211ca88ce047
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <?xml version="1.0"?>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <tool_dependency>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 <package name="cd-hit" version="4.6.1">
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 <install version="1.0">
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 <actions>
6
f0c20796d33a Update tool_dependencies, reinstate test
Jim Johnson <jj@umn.edu>
parents: 1
diff changeset
6 <action type="download_by_url">http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
7
3961e84d6225 Add install PREFIX to make command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 6
diff changeset
7 <action type="shell_command">mkdir -p $INSTALL_DIR/bin/</action>
9
55e57243b131 Add install PREFIX to make install command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
8 <action type="shell_command">pwd</action>
55e57243b131 Add install PREFIX to make install command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
9 <action type="shell_command">ls</action>
55e57243b131 Add install PREFIX to make install command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
10 <action type="shell_command">cd cd-hit-v4.6.1-2012-08-27</action>
55e57243b131 Add install PREFIX to make install command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
11 <action type="shell_command">make openmp=yes</action>
55e57243b131 Add install PREFIX to make install command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
12 <action type="shell_command">make PREFIX=$INSTALL_DIR/bin/ install</action>
1
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
13 <action type="set_environment">
7
3961e84d6225 Add install PREFIX to make command in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 6
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
1
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
15 </action>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 </actions>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 </install>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
18 <readme>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 These links provide information for building the cdhit package:
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21 http://weizhong-lab.ucsd.edu/cd-hit/
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
23 https://code.google.com/p/cdhit/
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
24
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
25 https://code.google.com/p/cdhit/source/browse/README
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
26
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
27 </readme>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
28 </package>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
29 </tool_dependency>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
30