summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0c371dadebf64ef4176590c76d68aac8be8e835a (plain)
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
Source: seqmagick
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest <!nocheck>,
               python3-biopython,
               python3-pygtrie
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/seqmagick
Vcs-Git: https://salsa.debian.org/med-team/seqmagick.git
Homepage: https://github.com/fhcrc/seqmagick/
Rules-Requires-Root: no

Package: seqmagick
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-biopython,
         python3-pygtrie
Description: imagemagick-like frontend to Biopython SeqIO
 Seqmagick is a little utility to expose the file format conversion
 in BioPython in a convenient way.
 .
 Features include:
 .
  * Modifying sequences:
    - Remove gaps
    - Reverse & reverse complement
    - Trim to a range of residues
    - Change case
    - Sort by length or ID
  * Displaying information about sequence files
  * Subsetting sequence files by:
    - Position
    - ID
    - Deduplication
  * Filtering sequences by quality score
  * Trimming alignments to a region of interest defined by the forward
    and reverse primers