Difference between revisions of "Stacks"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BioinformaticsCategory:GenomicsCategory:NGS {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|stacks}} |{{#vardefine:url|http://cres...")
 
m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ")
Line 19: Line 19:
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
+
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 +
 
 
Stacks is a software pipeline for building loci out of a set of short-read sequenced samples. Stacks was developed for the purpose of building genetic maps from RAD-Tag Illumina sequence data, but can also be readily applied to population studies, and phylogeography.
 
Stacks is a software pipeline for building loci out of a set of short-read sequenced samples. Stacks was developed for the purpose of building genetic maps from RAD-Tag Illumina sequence data, but can also be readily applied to population studies, and phylogeography.
 
<!--Location-->
 
<!--Location-->

Revision as of 01:53, 10 August 2012

Description

stacks website  

Stacks is a software pipeline for building loci out of a set of short-read sequenced samples. Stacks was developed for the purpose of building genetic maps from RAD-Tag Illumina sequence data, but can also be readily applied to population studies, and phylogeography. Template:App Location

Available versions

  • 0.9995

Running the application using modules

To use stacks with the environment modules system at HPC the following commands are available:

Get module information for stacks:

$module spider stacks

Load the default application module:

$module load stacks

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_STACKS_DIR - directory where stacks is located.

How To Run

The command line pipeline is available via the "stacks" module.

The web interface that can be used for visualizing genetic maps and correcting the analysis is not installed, but is being evaluated for installation.