File: control

package info (click to toggle)
vsearch 2.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,516 kB
  • sloc: cpp: 29,218; ansic: 478; makefile: 232; sh: 48
file content (56 lines) | stat: -rw-r--r-- 2,164 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
Source: vsearch
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
           Andreas Tille <tille@debian.org>,
           Nilesh Patra <nilesh@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               zlib1g-dev,
               libbz2-dev,
               markdown,
               ghostscript,
               time
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/vsearch
Vcs-Git: https://salsa.debian.org/med-team/vsearch.git
Homepage: https://github.com/torognes/vsearch/
Rules-Requires-Root: no

Package: vsearch
Architecture: amd64 arm64 kfreebsd-amd64 ppc64el
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: tool for processing metagenomic sequences
 Versatile 64-bit multithreaded tool for processing metagenomic sequences,
 including searching, clustering, chimera detection, dereplication, sorting,
 masking and shuffling
 .
 The aim of this project is to create an alternative to the USEARCH tool
 developed by Robert C. Edgar (2010). The new tool should:
 .
  - have a 64-bit design that handles very large databases and much more
    than 4GB of memory
  - be as accurate or more accurate than usearch
  - be as fast or faster than usearch

Package: vsearch-examples
Architecture: amd64 arm64 kfreebsd-amd64 ppc64el
Depends: ${shlibs:Depends},
         ${misc:Depends}
Enhances: vsearch
Description: Test Data for vsearch tool for processing metagenomic sequences
 Versatile 64-bit multithreaded tool for processing metagenomic sequences,
 including searching, clustering, chimera detection, dereplication, sorting,
 masking and shuffling
 .
 The aim of this project is to create an alternative to the USEARCH tool
 developed by Robert C. Edgar (2010). The new tool should:
 .
  - have a 64-bit design that handles very large databases and much more
    than 4GB of memory
  - be as accurate or more accurate than usearch
  - be as fast or faster than usearch
 .
 This package contains a test data set as well as sample scripts
 running some test suite provided by Debian also as autopkgtest.