File: control

package info (click to toggle)
rdp-classifier 2.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,284 kB
  • sloc: java: 9,679; xml: 1,522; sh: 56; makefile: 31
file content (58 lines) | stat: -rw-r--r-- 2,358 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
Source: rdp-classifier
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <steffen_moeller@gmx.de>,
           Andreas Tille <tille@debian.org>,
           Olivier Sallou <osallou@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               junit4,
               libcommons-cli-java,
               javahelper,
               rdp-readseq,
               rdp-alignment,
               librdp-taxonomy-tree-java,
               libjfreechart-java,
               ant,
               ant-optional,
               ant-contrib
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/rdp-classifier
Vcs-Git: https://salsa.debian.org/med-team/rdp-classifier.git
Homepage: https://github.com/rdpstaff/classifier
Rules-Requires-Root: no

Package: rdp-classifier
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         default-jre
Recommends: rdp-classifier-doc
Description: extensible sequence classifier for fungal lsu, bacterial and archaeal 16s
 The RDP Classifier is a naive Bayesian classifier which was developed
 to provide rapid taxonomic placement based on rRNA sequence data. The
 RDP Classifier can rapidly and accurately classify bacterial and
 archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides
 taxonomic assignments from domain to genus, with confidence estimates
 for each assignment. The RDP Classifier likely can be adapted to
 additional phylogenetically coherent bacterial taxonomies.

Package: rdp-classifier-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libjs-jquery-ui
Suggests: rdp-classifier
Multi-Arch: foreign
Description: documentation and examples for rdp-classifier
 The RDP Classifier is a naive Bayesian classifier which was developed
 to provide rapid taxonomic placement based on rRNA sequence data. The
 RDP Classifier can rapidly and accurately classify bacterial and
 archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides
 taxonomic assignments from domain to genus, with confidence estimates
 for each assignment. The RDP Classifier likely can be adapted to
 additional phylogenetically coherent bacterial taxonomies.
 .
 This package contains the JavaDoc generated HTML and examples for
 rdp-classifier.