File: control

package info (click to toggle)
parsinsert 1.04-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,520 kB
  • sloc: cpp: 6,519; makefile: 108; sh: 15
file content (32 lines) | stat: -rw-r--r-- 1,337 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
Source: parsinsert
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>, Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/parsinsert
Vcs-Git: https://salsa.debian.org/med-team/parsinsert.git
Homepage: http://sourceforge.net/projects/parsinsert/
Rules-Requires-Root: no

Package: parsinsert
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: parsinsert-testdata
Description: Parsimonious Insertion of unclassified sequences into phylogenetic trees
 ParsInsert efficiently produces both a phylogenetic tree and taxonomic
 classification for sequences for microbial community sequence analysis. This
 is a C++ implementation of the Parsimonious Insertion algorithm.

Package: parsinsert-testdata
Architecture: all
Depends: ${misc:Depends}
Enhances: parsinsert
Description: Test data for parsinsert
 ParsInsert efficiently produces both a phylogenetic tree and taxonomic
 classification for sequences for microbial community sequence analysis. This
 is a C++ implementation of the Parsimonious Insertion algorithm.
 .
 This package provides test data enabling users to reproduce autopkgtest
 on a local installation.