Stacks

From UFRC
Revision as of 19:13, 21 August 2012 by Moskalenko (talk | contribs)
Jump to navigation Jump to search

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.

Required Modules

modules documentation

Serial

  • stacks

System Variables

  • HPC_{{#uppercase:stacks}}_DIR - installation directory

Additional Information

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 being installed and tested as of Aug 21st, 2012.

To run stacks with database export:

  • Log into a test node and load the stacks module:
  • Create a database with a name that ends with "_radtags" using the 'hpc_create_stacks_db' script
hpc_create_stacks_db test1_radtags

The script will produce an error and quit if the database already exists.

  • Log out of the test node.
  • Run 'denovo_map.pl' as usual via a batch job specifying the database name with "-B test1_radtags".
  • Browse to stacks.hpc.ufl.edu and use your HPC credentials to log in and view the results.