User Tools

Site Tools


shasta-software

This is an old revision of the document!


Table of Contents

shasta

De novo assembly from Oxford Nanopore reads.

Information

Usage

See versions of shasta which are available:

$ module avail shasta

Load one version into your environment and run it:

$ module load shasta/0.3.0
$ shasta

Note: Please use the --threads option to limit the number of threads launched by shasta to be the same amount as in your SLURM sbatch allocation. See the shasta documentation for more information.

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ sudo mkdir -p /export/apps/shasta/0.3.0/bin
$ sudo chown aorth /export/apps/shasta/0.3.0/bin
$ wget https://github.com/chanzuckerberg/shasta/releases/download/0.3.0/shasta-Linux-0.3.0 -O /export/apps/shasta/0.3.0/bin/shasta
$ chmod +x /export/apps/shasta/0.2.0/bin/shasta
$ sudo chown root:root /export/apps/shasta/0.3.0/bin/shasta
shasta-software.1584270962.txt.gz · Last modified: 2020/03/15 11:16 by aorth