What it does
SPAdes - St. Petersburg genome assembler - is an assembly toolkit containing various assembly pipelines.
metaplasmidSPAdes is a subtool for assembling plasmids from metagenomic data sets.
Input
SPAdes takes as input paired-end reads, mate-pairs and single (unpaired) reads in FASTA and FASTQ. For IonTorrent data SPAdes also supports unpaired reads in unmapped BAM format (like the one produced by Torrent Server). However, in order to run read error correction, reads should be in FASTQ or BAM format. Sanger, Oxford Nanopore and PacBio CLR reads can be provided in both formats since SPAdes does not run error correction for these types of data.
To run SPAdes 3.15.3 you need at least one library of the following types:
SPAdes supports mate-pair only assembly. However, we recommend to use only high-quality mate-pair libraries in this case (e.g. that do not have a paired-end part). We tested mate-pair only pipeline using Illumina Nextera mate-pairs.
Notes:
A detailed description can be found in the input section of the manual.
Output
References
More information can be found on github.