File: control

package info (click to toggle)
pynast 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 776 kB
  • sloc: python: 2,290; makefile: 92; sh: 10
file content (48 lines) | stat: -rw-r--r-- 1,772 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
Source: pynast
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Andreas Tille <tille@debian.org>,
           Tim Booth <tbooth@ceh.ac.uk>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
               python,
               python-cogent (>= 1.5.3),
               python3-sphinx,
               blast2,
               clustalw,
               mafft,
               muscle
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/pynast
Vcs-Git: https://salsa.debian.org/med-team/pynast.git
Homepage: https://github.com/biocore/pynast

Package: pynast
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         libjs-jquery,
         libjs-underscore
Recommends: blast2,
            clustalw,
            mafft,
            muscle,
            python-mpi4py
Suggests: uclust
Conflicts: python-pynast
Provides: python-pynast
Replaces: python-pynast
Description: alignment of short DNA sequences
 The package provices a reimplementation of the Nearest Alignment 
 Space Termination tool in Python. It was prepared for next generation
 sequencers.
 .
 Given a set of sequences and a template alignment, PyNAST will align the
 input sequences against the template alignment, and return a multiple
 sequence alignment which contains the same number of positions (or
 columns) as the template alignment. This facilitates the analysis of new
 sequences in the context of existing alignments, and additional data
 derived from existing alignments such as phylogenetic trees. Because
 any protein or nucleic acid sequences and template alignments can be
 provided, PyNAST is not limited to the analysis of 16s rDNA sequences.