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 77 78 79 80 81
|
Source: pairtools
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Antoni Villalonga <antoni@friki.cat>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-all-dbg,
cython3,
cython3-dbg,
python3-setuptools,
python3-click,
python3-numpy,
python3-sphinx-click,
Standards-Version: 4.5.0
Homepage: https://github.com/mirnylab/pairtools
Vcs-Browser: https://salsa.debian.org/med-team/pairtools
Vcs-Git: https://salsa.debian.org/med-team/pairtools.git
Rules-Requires-Root: no
Package: python3-pairtools
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Description: Framework to process sequencing data from a Hi-C experiment
Simple and fast command-line framework to process sequencing data from a Hi-C
experiment.
.
Process pair-end sequence alignments and perform the following operations:
.
- Detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end
sequences of Hi-C DNA molecules
- Sort .pairs files for downstream analyses
- Detect, tag and remove PCR/optical duplicates
- Generate extensive statistics of Hi-C datasets
- Select Hi-C pairs given flexibly defined criteria
- Restore .sam alignments from Hi-C pairs
Package: python3-pairtools-dbg
Architecture: any
Section: debug
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-pairtools (= ${binary:Version})
Description: Process sequencing data from a Hi-C experiment (debug build)
Debug files for python3-pairtools, a simple and fast command-line framework to
process sequencing data from a Hi-C experiment.
.
Process pair-end sequence alignments and perform the following operations:
.
- Detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end
sequences of Hi-C DNA molecules
- Sort .pairs files for downstream analyses
- Detect, tag and remove PCR/optical duplicates
- Generate extensive statistics of Hi-C datasets
- Select Hi-C pairs given flexibly defined criteria
- Restore .sam alignments from Hi-C pairs
Package: python3-pairtools-examples
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Enhances: python3-pairtools
Description: Process sequencing data from a Hi-C experiment (examples)
Simple and fast command-line framework to process sequencing data from a Hi-C
experiment.
.
Process pair-end sequence alignments and perform the following operations:
.
- Detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end
sequences of Hi-C DNA molecules
- Sort .pairs files for downstream analyses
- Detect, tag and remove PCR/optical duplicates
- Generate extensive statistics of Hi-C datasets
- Select Hi-C pairs given flexibly defined criteria
- Restore .sam alignments from Hi-C pairs
.
This package contains some examples
|