Source: spades Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Sascha Steinbiss , Michael R. Crusoe , Alexandre Mestiashvili , Étienne Mollier Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, clang-format, clang-tidy, clang-tools, cmake, python3-all, zlib1g-dev, libbz2-dev, libbam-dev, libbamtools-dev, libc++-dev, libhts-dev, libnlopt-dev, libnlopt-cxx-dev, libssw-dev, llvm-dev, python3-yaml, python3-joblib, asciidoctor, bwa, libbwa-dev, lynx Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/spades Vcs-Git: https://salsa.debian.org/med-team/spades.git Homepage: http://cab.spbu.ru/software/spades/ Rules-Requires-Root: no Package: spades Architecture: any Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, python3, python3-distutils, python3-joblib, python3-yaml, bwa, bamtools, samtools Description: genome assembler for single-cell and isolates data sets The SPAdes – St. Petersburg genome assembler is intended for both standard isolates and single-cell MDA bacteria assemblies. It works with Illumina or IonTorrent reads and is capable of providing hybrid assemblies using PacBio and Sanger reads. You can also provide additional contigs that will be used as long reads. . This package provides the following additional pipelines: * metaSPAdes – a pipeline for metagenomic data sets * plasmidSPAdes – a pipeline for extracting and assembling plasmids from WGS data sets * metaplasmidSPAdes – a pipeline for extracting and assembling plasmids from metagenomic data sets * rnaSPAdes – a de novo transcriptome assembler from RNA-Seq data * truSPAdes – a module for TruSeq barcode assembly * biosyntheticSPAdes – a module for biosynthetic gene cluster assembly with paired-end reads . SPAdes provides several stand-alone binaries with relatively simple command-line interface: k-mer counting (spades-kmercounter), assembly graph construction (spades-gbuilder) and long read to graph aligner (spades-gmapper).