• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cd-hit-auxtools/H28-Feb-2019-3,8403,317

doc/H03-May-2022-2,7392,213

psi-cd-hit/H28-Feb-2019-3,8052,999

usecases/H28-Feb-2019-4,3423,397

ChangeLogH A D28-Feb-20192.3 KiB8361

FET.plH A D03-May-20223.1 KiB11069

MakefileH A D03-May-20222.5 KiB11065

READMEH A D28-Feb-20191.4 KiB4329

cd-hit-2d-para.plH A D03-May-202212.3 KiB484399

cd-hit-clstr_2_blm8.plH A D03-May-20222.1 KiB5940

cd-hit-div.plH A D03-May-2022883 5040

cd-hit-para.plH A D03-May-202211.6 KiB455377

cdhit-2d.c++H A D28-Feb-20192.4 KiB7936

cdhit-454.c++H A D28-Feb-20193.1 KiB10955

cdhit-common.c++H A D28-Feb-2019141.8 KiB4,4093,778

cdhit-common.hH A D28-Feb-201917.7 KiB643495

cdhit-div.c++H A D28-Feb-20192.4 KiB7033

cdhit-est-2d.c++H A D28-Feb-20193.8 KiB11663

cdhit-est.c++H A D28-Feb-20193 KiB9651

cdhit-utility.c++H A D28-Feb-201916.3 KiB384361

cdhit-utility.hH A D28-Feb-2019197 86

cdhit.c++H A D28-Feb-20192.1 KiB6929

clstr2tree.plH A D03-May-2022958 5247

clstr2txt.plH A D03-May-20221.2 KiB5852

clstr2xml.plH A D03-May-20224.4 KiB152125

clstr_cut.plH A D03-May-2022470 3225

clstr_list.plH A D03-May-20223.2 KiB9058

clstr_list_sort.plH A D03-May-20221.1 KiB5235

clstr_merge.plH A D03-May-20223.1 KiB145122

clstr_merge_noorder.plH A D03-May-20222.1 KiB10190

clstr_quality_eval.plH A D03-May-20223.4 KiB138102

clstr_quality_eval_by_link.plH A D03-May-20222.3 KiB8655

clstr_reduce.plH A D03-May-20221,006 5244

clstr_renumber.plH A D03-May-2022202 1512

clstr_rep.plH A D03-May-2022560 3330

clstr_reps_faa_rev.plH A D03-May-20221.1 KiB5843

clstr_rev.plH A D03-May-20221.6 KiB8470

clstr_select.plH A D03-May-2022393 3022

clstr_select_rep.plH A D03-May-2022561 3931

clstr_size_histogram.plH A D03-May-2022785 3930

clstr_size_stat.plH A D03-May-2022731 4133

clstr_sort_by.plH A D03-May-2022812 4840

clstr_sort_prot_by.plH A D03-May-20221.3 KiB6052

clstr_sql_tbl.plH A D03-May-20222.9 KiB12899

clstr_sql_tbl_sort.plH A D03-May-20221.1 KiB4638

make_multi_seq.plH A D03-May-20221.6 KiB7754

plot_2d.plH A D03-May-20223.6 KiB160126

plot_len1.plH A D03-May-20222.1 KiB10697

README

1For cd-hit
2
3Requirements
4Since 4.8.1, cd-hit supports .gz format input file. This requires zlib library. zlib should
5be install in most Linux systems, so cd-hit should be compiled without issue. If your system
6don't have zlib, please install it first.
7    * On Ubuntu, to install zlib:
8        sudo apt install zlib1g-dev
9    * On CentOS, to install zlib:
10        sudo yum install zlib-devel
11
12
13How to compile
14  1. Compile with multi-threading support (default): make
15  2. Compile without multi-threading support (if you are on very old systems): make openmp=no
16  3. Compile without zlib (if you can not install zlib): make zlib=no
17
18Having problems to compile
19Please contact the author
20
21
22For cd-hit-auxtools
23  cd cd-hit-auxtools
24  make
25
26
27Compile cd-hit on MacOS
28To install CD-HIT on MacOS, first install gcc on your system.
29To use Homebrew (https://brew.sh/), see https://brewformulas.org/gcc.
30Then locate the path to your g++ executable, (e.g. /usr/local/Cellar/gcc/6.3.0_1/bin/g++-6,
31note: yours g++ path is likely to be different), then use command like this:
32  make CC=/usr/local/Cellar/gcc/6.3.0_1/bin/g++-6
33
34
35For psi-cd-hit
36  please download BLAST+ (not legacy BLAST) and install the executables in your $PATH
37
38For more information, please visit http://cd-hit.org
39
40Most up-to-date documents are available at https://github.com/weizhongli/cdhit/wiki
41
42cd-hit is also available as web server, visit http://cd-hit.org for web server address.
43