Mercurial > repos > bebatut > cdhit
comparison tool_dependencies.xml @ 0:54d811ad2b52 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit ea0424ae045ac797c080aeabab9a8536f7eb2f84-dirty
author | bebatut |
---|---|
date | Mon, 25 Apr 2016 12:15:23 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:54d811ad2b52 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="cd-hit" version="4.6.4"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" md5="d4baba1e95ba9c831a763c6b8a19ce21">https://github.com/weizhongli/cdhit/releases/download/V4.6.4/cd-hit-v4.6.4-2015-0603.tar.gz</action> | |
7 <action type="shell_command">make</action> | |
8 <action type="move_file"> | |
9 <source>cd-hit</source> | |
10 <destination>$INSTALL_DIR</destination> | |
11 </action> | |
12 <action type="move_file"> | |
13 <source>cd-hit-est</source> | |
14 <destination>$INSTALL_DIR</destination> | |
15 </action> | |
16 <action type="set_environment"> | |
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
18 <environment_variable name="CDHIT_SITE_OPTIONS" action="set_to">"-M 4000"</environment_variable> | |
19 </action> | |
20 </actions> | |
21 </install> | |
22 <readme> | |
23 These links provide information for building the cdhit package: | |
24 | |
25 http://weizhong-lab.ucsd.edu/cd-hit/ | |
26 | |
27 https://code.google.com/p/cdhit/ | |
28 | |
29 https://code.google.com/p/cdhit/source/browse/README | |
30 | |
31 Change the CDHIT_SITE_OPTIONS variable in the installed env.sh file to adjust | |
32 the maximum memory Mb (-M). | |
33 </readme> | |
34 </package> | |
35 </tool_dependency> |