comparison tool_dependencies.xml @ 1:34a799d173f7

Add tool_dependencies and functional test
author Jim Johnson <jj@umn.edu>
date Fri, 07 Sep 2012 13:52:03 -0500
parents
children cca0838c1597
comparison
equal deleted inserted replaced
0:23f5701549b1 1:34a799d173f7
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 <action type="download_by_url">https://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
7 <action type="shell_command">make openmp=yes</action>
8 <action type="set_environment">
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
10 </action>
11 </actions>
12 </install>
13 <readme>
14 These links provide information for building the cdhit package:
15
16 http://weizhong-lab.ucsd.edu/cd-hit/
17
18 https://code.google.com/p/cdhit/
19
20 https://code.google.com/p/cdhit/source/browse/README
21
22 </readme>
23 </package>
24 </tool_dependency>
25