File: control

package info (click to toggle)
poretools 0.6.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 95,212 kB
  • sloc: python: 1,799; makefile: 109; sh: 98
file content (45 lines) | stat: -rw-r--r-- 1,843 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
Source: poretools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-h5py,
               python3-matplotlib,
               python3-seaborn,
               python3-pandas
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/poretools
Vcs-Git: https://salsa.debian.org/med-team/poretools.git
Homepage: https://poretools.readthedocs.org
Rules-Requires-Root: no

Package: poretools
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pkg-resources,
         python3-h5py
Description: toolkit for nanopore nucleotide sequencing data
 poretools is a flexible toolkit for exploring datasets generated by nanopore
 sequencing devices from MinION for the purposes of quality control and
 downstream analysis. Poretools operates directly on the native FAST5 (a
 variant of the HDF5 standard) file format produced by ONT and provides a
 wealth of format conversion utilities and data exploration and visualization
 tools.

Package: poretools-data
Architecture: all
Depends: ${misc:Depends}
Description: toolkit for nanopore nucleotide sequencing data -- sample datasets
 poretools is a flexible toolkit for exploring datasets generated by nanopore
 sequencing devices from MinION for the purposes of quality control and
 downstream analysis. Poretools operates directly on the native FAST5 (a
 variant of the HDF5 standard) file format produced by ONT and provides a
 wealth of format conversion utilities and data exploration and visualization
 tools.
 .
 This package provides example nanopore sequencing data in fast5 format.