Shasta

From UFRC
Revision as of 14:48, 15 August 2019 by Maxprok (talk | contribs) (Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|shasta}} |{{#vardefine:url|https://github.com/chanzuckerberg/shasta}} <!--CO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

shasta website  

The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells.

Computational methods used by the Shasta assembler include:

Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads.

Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10).

As currently implemented, Shasta can run an assembly of a human genome at coverage around 60x in about 5 hours using a single, large machine (AWS instance type x1.32xlarge, with 128 virtual processors and 1952 GB of memory). The compute cost of such an assembly is around $20 at AWS spot market or reserved prices.

Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers - see this paper for an extensive analysis.

Environment Modules

Run module spider shasta to find out what environment modules are available for this application.

System Variables

  • HPC_{{#uppercase:shasta}}_DIR - installation directory
  • HPC_{{#uppercase:shasta}}_BIN - executable directory