File: control

package info (click to toggle)
python-biotools 1.2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: python: 2,373; sh: 21; makefile: 7
file content (66 lines) | stat: -rw-r--r-- 3,036 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
Source: python-biotools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python3-all
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/python-biotools
Vcs-Git: https://salsa.debian.org/med-team/python-biotools.git
Homepage: https://github.com/sonwell/biotools

Package: python-biotools
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-numpy,
         python-matplotlib,
         clustalw,
         ncbi-blast+ | ncbi-blast+-legacy
Description: Python bioinformatics utilities for high-throughput genomic sequencing
 This package contains utilities like
  biotools.align - align sequences (hybrid between Needleman-Wunsch and
                   Smith-Waterman which is used to find the subsequence
                   within a larger sequence that best aligns to a reference)
  biotools.annotation - create annotation files. The annotations can be used
                        to create a hierarchy among the annotations
  biotools.BLAST - manage BLAST databases and interface with the BLAST+
                   standalone program available from NCBI.
  biotools.clustal - interface to clustalw global (multiple nucleotide or
                     peptide sequence alignment)
  biotools.complement - creates the complement of a sequence, which can then be
                        reversed
  biotools.sequence - various tools to deal with sequences
  biotools.translate - translate a nucleotide using the standard genetic code
 .
 This package contains the Python 2 module.

Package: python3-biotools
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-numpy,
         python3-matplotlib,
         clustalw,
         ncbi-blast+ | ncbi-blast+-legacy
Description: Python3 bioinformatics utilities for high-throughput genomic sequencing
 This package contains utilities like
  biotools.align - align sequences (hybrid between Needleman-Wunsch and
                   Smith-Waterman which is used to find the subsequence
                   within a larger sequence that best aligns to a reference)
  biotools.annotation - create annotation files. The annotations can be used
                        to create a hierarchy among the annotations
  biotools.BLAST - manage BLAST databases and interface with the BLAST+
                   standalone program available from NCBI.
  biotools.clustal - interface to clustalw global (multiple nucleotide or
                     peptide sequence alignment)
  biotools.complement - creates the complement of a sequence, which can then be
                        reversed
  biotools.sequence - various tools to deal with sequences
  biotools.translate - translate a nucleotide using the standard genetic code
 .
 This package contains the Python3 module.