1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: fastp
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libisal-dev,
libdeflate-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/fastp
Vcs-Git: https://salsa.debian.org/med-team/fastp.git
Homepage: https://github.com/OpenGene/fastp
Rules-Requires-Root: no
Package: fastp
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Ultra-fast all-in-one FASTQ preprocessor
All-in-one FASTQ preprocessor, fastp provides functions including quality
profiling, adapter trimming, read filtering and base correction. It supports
both single-end and paired-end short read data and also provides basic support
for long-read data.
|