RasmusFonseca / cdhit

Automatically exported from code.google.com/p/cdhit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CD-HIT

How to compile?

  1. Compile with multi-threading support (default):
make
  1. Compile without multi-threading support (if you are on very old systems):
make openmp=no

To compile cd-hit-auxtools:

cd cd-hit-auxtools
make

To run psi-cd-hit please first download legacy BLAST (not BLAST+) and install the executables in your $PATH

For more information, please visit http://cd-hit.org or read the cdhit-users-guide.pdf. Most up-to-date documents are available at http://weizhongli-lab.org/cd-hit/wiki/doku.php?id=cd-hit_user_guide.

cd-hit was originally hosted at Google Code, some of the old releases are still available from https://code.google.com/p/cdhit/.

cd-hit is also available as web server, visit http://cd-hit.org for web server address.

About

Automatically exported from code.google.com/p/cdhit

License:GNU General Public License v2.0


Languages

Language:C++ 58.7%Language:Perl 40.6%Language:Makefile 0.7%Language:C 0.0%