Difference between revisions of "CD-HIT"

From UFRC
Jump to navigation Jump to search
m (Text replace - "{{#if: {{#var: mod}}|==Execution Environment and Modules== {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}" to "==Required Modules== modules documentation ===Serial=== *{{#var:app}}")
m (Text replace - "<!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template calls Required variables: app - lowercase name of the application e.g. "amber" url - url of the software page (project, company prod)
Line 2: Line 2:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
 
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
<!-- ########  Template Configuration ######## -->
+
 
<!--Edit definitions of the variables used in template calls
 
Required variables:
 
app - lowercase name of the application e.g. "amber"
 
url - url of the software page (project, company product, etc) - e.g. "http://ambermd.org/"
 
Optional variables:
 
INTEL - Version of the Intel Compiler e.g. "11.1"
 
MPI - MPI Implementation and version e.g. "openmpi/1.3.4"
 
-->
 
 
{|
 
{|
 
<!--Main settings - REQUIRED-->
 
<!--Main settings - REQUIRED-->

Revision as of 17:51, 10 August 2012


Description

cdhit website  

CD-HIT stands for Cluster Database at High Identity with Tolerance. The program (cd-hit) takes a fasta format sequence database as input and produces a set of 'non-redundant' (nr) representative sequences as output. In addition cd-hit outputs a cluster file, documenting the sequence 'groupies' for each nr sequence representative. The idea is to reduce the overall size of the database without removing any sequence information by only removing 'redundant' (or highly similar) sequences. This is why the resulting database is called non-redundant (nr). Essentially, cd-hit produces a set of closely related protein families from a given fasta sequence database.

Required Modules

modules documentation

Serial

  • cdhit
  • HPC_CDHIT_BIN - executable directory.
  • HPC_CDHIT_DOC - documentation directory.

To make the OpenMP version of CD-HIT available on EL5 load the following module:

module load cdhitmp

The EL6 version of CD-HIT has both serial and OpenMP binaries provided by the same module (see the note below).

How To Run

WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY OpenMP binaries have the same names as serial binaries, but have the "-omp" suffix added to their names.