File: control

package info (click to toggle)
seqkit 2.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,284 kB
  • sloc: sh: 940; perl: 114; makefile: 14
file content (74 lines) | stat: -rw-r--r-- 3,576 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: seqkit
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),
               dh-golang,
               golang-any,
               golang-github-biogo-biogo-dev,
               golang-github-biogo-hts-dev,
               golang-github-bsipos-thist-dev,
               golang-github-cespare-xxhash-dev,
               golang-github-cznic-sortutil-dev,
               golang-github-dsnet-compress-dev,
               golang-github-dustin-go-humanize-dev,
               golang-github-elliotwutingfeng-asciiset-dev,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-logrusorgru-aurora-dev,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-github-op-go-logging-dev,
               golang-github-shenwei356-bio-dev (>= 0.13.3),
               golang-github-shenwei356-bwt-dev (>= 0.5.1),
               golang-github-shenwei356-stable-dev,
               golang-github-spf13-cobra-dev,
               golang-github-iafan-cwalk-dev,
               golang-github-smallfish-simpleyaml-dev,
               golang-github-twotwotwo-sorts-dev,
               golang-github-klauspost-compress-dev,
               golang-github-klauspost-pgzip-dev,
               golang-github-pkg-errors-dev,
               golang-github-shenwei356-breader-dev,
               golang-github-shenwei356-util-dev,
               golang-github-shenwei356-xopen-dev (>= 0.0~git20231203.5ad79ea),
               golang-github-ulikunitz-xz-dev,
               golang-github-vbauerster-mpb-dev (>= 8.8.3-1~),
               samtools
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/seqkit
Vcs-Git: https://salsa.debian.org/med-team/seqkit.git
Homepage: https://github.com/shenwei356/seqkit
XS-Go-Import-Path: github.com/shenwei356/seqkit

Package: seqkit
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: cross-platform and ultrafast toolkit for FASTA/Q file manipulation
 SeqKit describes a cross-platform ultrafast comprehensive toolkit for
 FASTA/Q processing. SeqKit provides executable binary files for all
 major operating systems, including Windows, Linux, and Mac OS X, and can
 be directly used without any dependencies or pre-configurations. SeqKit
 demonstrates competitive performance in execution time and memory usage
 compared to similar tools. The efficiency and usability of SeqKit enable
 researchers to rapidly accomplish common FASTA/Q file manipulations.

Package: seqkit-examples
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: examples for seqkit: toolkit for FASTA/Q file manipulation
 SeqKit describes a cross-platform ultrafast comprehensive toolkit for
 FASTA/Q processing. SeqKit provides executable binary files for all
 major operating systems, including Windows, Linux, and Mac OS X, and can
 be directly used without any dependencies or pre-configurations. SeqKit
 demonstrates competitive performance in execution time and memory usage
 compared to similar tools. The efficiency and usability of SeqKit enable
 researchers to rapidly accomplish common FASTA/Q file manipulations.
 .
 This package contains a test data set as well as sample scripts
 running some test suite provided by Debian also as autopkgtest.