Anvi'o-Sapelo2

From Research Computing Center Wiki
Jump to navigation Jump to search

Category

Bioinformatics

Program On

Sapelo2

Version

8

Author / Distributor

Please see http://merenlab.org/software/

Description

From http://merenlab.org/software/anvio: "Anvi’o is an open-source, community-driven analysis and visualization platform for ‘omics data.

It brings together many aspects of today’s cutting-edge genomic, metagenomic, metatranscriptomic, pangenomic, and phylogenomic analysis practices to address a wide array of needs."

Running Program

Also refer to Running Jobs on Sapelo2

For more information on Environment Modules on Sapelo2 please see the Lmod page.

  • Version 8 is installed as a singularity image at /apps/singularity-images/anvio_8.sif

To check all the programs included in the singularity image version 8:

singularity exec /apps/singularity-images/anvio_8.sif ls /opt/conda/envs/anvioenv/bin


Sample job submission script (sub.sh) to run anvi-profile version 8:

#!/bin/bash
#SBATCH --job-name=testanvio          # Job name
#SBATCH --partition=batch             # Partition (queue) name
#SBATCH --ntasks=1                    # Run on a single CPU
#SBATCH --mem=5gb                     # Job memory request
#SBATCH --time=02:00:00               # Time limit hrs:min:sec
#SBATCH --output=%x.%j.out            # Standard output log
#SBATCH --error=%x.%j.err             # Standard error log

cd $SLURM_SUBMIT_DIR

singularity exec /apps/singularity-images/anvio_8.sif anvi-profile [options]

where [options] need to be replaced by the options (command and arguments) you want to use. Other parameters of the job, such as the maximum wall clock time, maximum memory, the number of cores per node, and the job name need to be modified appropriately as well.

Documentation

Please see http://merenlab.org/software/anvio/

Installation

Singularity images built from the docker container provided by the authors. For example:

singularity pull docker://meren/anvio


System

64-bit Linux