File: control

package info (click to toggle)
python-pyfaidx 0.4.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 306
  • sloc: python: 2,167; makefile: 11
file content (76 lines) | stat: -rw-r--r-- 3,478 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
74
75
76
Source: python-pyfaidx
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-coverage,
               python-setuptools,
               python-nose,
               python-numpy,
               python-six,
               python-mock,
               python3-all,
               python3-coverage,
               python3-setuptools,
               python3-nose,
               python3-numpy,
               python3-six,
               python3-mock
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pyfaidx.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pyfaidx.git
Homepage: https://github.com/mdshw5/pyfaidx

Package: python-pyfaidx
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: efficient random access to fasta subsequences for Python
 Samtools provides a function "faidx" (FAsta InDeX), which creates a
 small flat index file ".fai" allowing for fast random access to any
 subsequence in the indexed FASTA file, while loading a minimal amount of
 the file in to memory. This Python module implements pure Python classes
 for indexing, retrieval, and in-place modification of FASTA files using
 a samtools compatible index. The pyfaidx module is API compatible with
 the pygr seqdb module. A command-line script "faidx" is installed
 alongside the pyfaidx module, and facilitates complex manipulation of
 FASTA files without any programming knowledge.
 .
 This package provides the Python 2 modules to access fasta files.

Package: python3-pyfaidx
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: efficient random access to fasta subsequences for Python 3
 Samtools provides a function "faidx" (FAsta InDeX), which creates a
 small flat index file ".fai" allowing for fast random access to any
 subsequence in the indexed FASTA file, while loading a minimal amount of
 the file in to memory. This Python module implements pure Python classes
 for indexing, retrieval, and in-place modification of FASTA files using
 a samtools compatible index. The pyfaidx module is API compatible with
 the pygr seqdb module. A command-line script "faidx" is installed
 alongside the pyfaidx module, and facilitates complex manipulation of
 FASTA files without any programming knowledge.
 .
 This package provides the Python 3 modules to access fasta files.

Package: python-pyfaidx-examples
Architecture: all
Depends: ${misc:Depends}
Suggests: python3-pyfaidx | python-pyfaidx
Description: example data for efficient random access to fasta subsequences for Python
 Samtools provides a function "faidx" (FAsta InDeX), which creates a
 small flat index file ".fai" allowing for fast random access to any
 subsequence in the indexed FASTA file, while loading a minimal amount of
 the file in to memory. This Python module implements pure Python classes
 for indexing, retrieval, and in-place modification of FASTA files using
 a samtools compatible index. The pyfaidx module is API compatible with
 the pygr seqdb module. A command-line script "faidx" is installed
 alongside the pyfaidx module, and facilitates complex manipulation of
 FASTA files without any programming knowledge.
 .
 This package provides example data to test the Python modules.