annotate tool_dependencies.xml @ 12:b1bf31be0d3c default tip

Fix cheetah tests of whether optional arguments are set
author Jim Johnson <jj@umn.edu>
date Thu, 29 Oct 2015 10:09:02 -0500
parents 211ca88ce047
children
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>
10
211ca88ce047 tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents: 9
diff changeset
9 <action type="shell_command">make openmp=yes</action>
9
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">ls</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 PREFIX=$INSTALL_DIR/bin/ install</action>
1
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
12 <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
13 <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
14 </action>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
15 </actions>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 </install>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 <readme>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
18 These links provide information for building the cdhit package:
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20 http://weizhong-lab.ucsd.edu/cd-hit/
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22 https://code.google.com/p/cdhit/
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
23
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
24 https://code.google.com/p/cdhit/source/browse/README
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
25
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
26 </readme>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
27 </package>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
28 </tool_dependency>
12447208b8cb Add tool_dependencies
Jim Johnson <jj@umn.edu>
parents:
diff changeset
29