File: control

package info (click to toggle)
fastaq 3.17.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 3,961; makefile: 28; xml: 13; perl: 9; sh: 8
file content (31 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
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
27
28
29
30
31
Source: fastaq
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Jorge Soares <j.s.soares@gmail.com>,
           Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3,
               python3-setuptools,
               python3-pytest,
               samtools,
               help2man
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/fastaq
Vcs-Git: https://salsa.debian.org/med-team/fastaq.git
Homepage: https://github.com/sanger-pathogens/Fastaq
Rules-Requires-Root: no

Package: fastaq
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         samtools
Description: FASTA and FASTQ file manipulation tools
 Fastaq represents a diverse collection of scripts that perform useful and
 common FASTA/FASTQ manipulation tasks, such as filtering, merging, splitting,
 sorting, trimming, search/replace, etc. Input and output files can be gzipped
 (format is automatically detected) and individual Fastaq commands can be piped
 together.