Difference between revisions of "Swarm"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Data Analysis {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|swarm}} |{{#vardefine:url|https://github.com/torognes/swarm}} <!--CONFIGURAT...")
 
Line 22: Line 22:
 
==Required Modules==
 
==Required Modules==
 
===Serial===
 
===Serial===
 +
* gcc/4.7.2
 
* {{#var:app}}
 
* {{#var:app}}
<!--
+
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR

Revision as of 19:05, 15 August 2014

Description

swarm website  

Swarm us a robust and fast clustering method for amplicon-based studies. The purpose of swarm is to provide a novel clustering algorithm to handle large sets of amplicons. Traditional clustering algorithms results are strongly input-order dependent, and rely on an arbitrary global clustering threshold. swarm results are resilient to input-order changes and rely on a small local linking threshold d, the maximum number of differences between two amplicons. swarm forms stable high-resolution clusters, with a high yield of biological information.

Required Modules

Serial

  • gcc/4.7.2
  • swarm

System Variables

  • HPC_{{#uppercase:swarm}}_DIR
  • HPC_{{#uppercase:swarm}}_BIN