Source: sga Maintainer: Debian Med Packaging Team Uploaders: Michael R. Crusoe , Andreas Tille Section: science Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, libsparsehash-dev, zlib1g-dev | libz-dev, libbamtools-dev, gawk, help2man, # Run-Time Depends # (to prevent building on architectures where it won't be installable) samtools, python3, python3-ruffus, python3-pysam Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/sga Vcs-Git: https://salsa.debian.org/med-team/sga.git Homepage: https://github.com/jts/sga Package: sga Architecture: any Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, samtools, python3-ruffus, python3-pysam Recommends: abyss (>= 2.0.2-1) Description: de novo genome assembler that uses string graphs The major goal of SGA is to be very memory efficient, which is achieved by using a compressed representation of DNA sequence reads. . SGA is a de novo assembler for DNA sequence reads. It is based on Gene Myers' string graph formulation of assembly and uses the FM-index/Burrows-Wheeler transform to efficiently find overlaps between sequence reads.