File: control

package info (click to toggle)
bioawk 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: ansic: 5,519; yacc: 407; makefile: 119; awk: 80; sh: 57
file content (25 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download | duplicates (2)
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
Source: bioawk
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Nilesh Patra <nilesh@debian.org>
Build-Depends: debhelper-compat (= 13),
               bison,
               libz-dev
Standards-Version: 4.5.1
Homepage: https://github.com/lh3/bioawk
Vcs-Browser: https://salsa.debian.org/med-team/bioawk
Vcs-Git: https://salsa.debian.org/med-team/bioawk.git
Rules-Requires-Root: no

Package: bioawk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: extension of awk for biological sequence analysis
 Bioawk is an extension to Brian Kernighan's awk, adding the support of
 several common biological data formats, including optionally gzip'ed BED, GFF,
 SAM, VCF, FASTA/Q and TAB-delimited formats with column names. It also adds a
 few built-in functions and an command line option to use TAB as the
 input/output delimiter. When the new functionality is not used, bioawk is
 intended to behave exactly the same as the original BWK awk.