annotate tool_dependencies.xml @ 5:28b7a43907f0 default tip

Fix cheetah tests of whether optional arguments are set
author Jim Johnson <jj@umn.edu>
date Thu, 29 Oct 2015 09:54:44 -0500
parents 88f9e90d9d78
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <?xml version="1.0"?>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <tool_dependency>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 <package name="cd-hit" version="4.6.1">
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 <install version="1.0">
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 <actions>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
6 <action type="download_by_url">https://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
7 <action type="shell_command">make openmp=yes</action>
4
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
8 <action type="move_file">
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
9 <source>cd-hit</source>
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
10 <destination>$INSTALL_DIR</destination>
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
11 </action>
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
12 <action type="move_file">
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
13 <source>cd-hit-est</source>
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
14 <destination>$INSTALL_DIR</destination>
88f9e90d9d78 Fix provided by Bjoern to tool_dependencies.xml to install correctly
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
15 </action>
1
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 <action type="set_environment">
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
2
cca0838c1597 Add an environment variable for the -M and -T options for memory and thread allocation
Jim Johnson <jj@umn.edu>
parents: 1
diff changeset
18 <environment_variable name="CDHIT_SITE_OPTIONS" action="set_to">"-M 4000 -T 0"</environment_variable>
1
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 </action>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20 </actions>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21 </install>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22 <readme>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
23 These links provide information for building the cdhit package:
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
24
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
25 http://weizhong-lab.ucsd.edu/cd-hit/
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
26
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
27 https://code.google.com/p/cdhit/
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
28
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
29 https://code.google.com/p/cdhit/source/browse/README
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
30
2
cca0838c1597 Add an environment variable for the -M and -T options for memory and thread allocation
Jim Johnson <jj@umn.edu>
parents: 1
diff changeset
31 Change the CDHIT_SITE_OPTIONS variable in the installed env.sh file to adjust
cca0838c1597 Add an environment variable for the -M and -T options for memory and thread allocation
Jim Johnson <jj@umn.edu>
parents: 1
diff changeset
32 the maximum memory Mb (-M) or to limit the number of threads (-T)
cca0838c1597 Add an environment variable for the -M and -T options for memory and thread allocation
Jim Johnson <jj@umn.edu>
parents: 1
diff changeset
33 to match your site
1
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
34 </readme>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
35 </package>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
36 </tool_dependency>
34a799d173f7 Add tool_dependencies and functional test
Jim Johnson <jj@umn.edu>
parents:
diff changeset
37