Mercurial > repos > jjohnson > cdhit
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 |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="cd-hit" version="4.6.1"> | |
4 <install version="1.0"> | |
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 | 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 | 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 | 14 </action> |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 These links provide information for building the cdhit package: | |
19 | |
20 http://weizhong-lab.ucsd.edu/cd-hit/ | |
21 | |
22 https://code.google.com/p/cdhit/ | |
23 | |
24 https://code.google.com/p/cdhit/source/browse/README | |
25 | |
26 </readme> | |
27 </package> | |
28 </tool_dependency> | |
29 |