1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: assembly-stats
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
libgtest-dev <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/assembly-stats
Vcs-Git: https://salsa.debian.org/med-team/assembly-stats.git
Homepage: https://github.com/sanger-pathogens/assembly-stats
Rules-Requires-Root: no
Package: assembly-stats
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: get assembly statistics from FASTA and FASTQ files
Get statistics from a list of files.
.
Detection of FASTA or FASTQ format of each file is automatic from the
file contents, so file names and extensions are irrelevant.
.
The default output format is human readable. You can change the output
format and ignore sequences shorter than a given length.
|