FredHutch/docker-metaspades

Name: docker-metaspades

Owner: Fred Hutchinson Cancer Research Center

Description: Docker image running metaSPAdes

Created: 2018-01-04 19:56:57.0

Updated: 2018-01-05 22:38:56.0

Pushed: 2018-01-13 17:32:37.0

Homepage: null

Size: 23

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-metaspades

Docker image running metaSPAdes

Docker Repository on Quay

The purpose of this repository is to build a Docker image running metaSPAdes. It will also contain a wrapper script that will be included within the Docker image that will make it more convenient to run within an HPC (e.g. Slurm) or 'cloud' (e.g. AWS Batch).

Wrapper script options
–input

Specifies the set of FASTQ reads that will be aligned. Supports files from SRA, S3, or FTP. Use the file prefix to specify the source (s3://, sra://, or ftp://). Note that for SRA, users can just provide the accession (e.g. sra://SRR123456).

–output-folder

Folder to place the output in, supporting either s3:// or a local path. Output files will take the form of <prefix>.json.gz, where <prefix> is the SRA accession (if specified), or otherwise the prefix of the input file from S3 or ftp.

–interleaved

Treat the input data as interleaved by default. This is not considered when you provide an SRA accession, as the paired-end nature of the data is guessed automatically.

–threads

Number of threads used by metaSPAdes during assembly, defaults to 16.

–max-mem

Maximum amount of memory to use, in Gb

–overwrite

Overwrite any output data, if present. Default behavior is to skip if a file is present in the output filepath.

–temp-folder

The path to the folder used for temporary space. This should be somewhere with a bit of space for all of the temporary files created by metaSPAdes.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.