File: control

package info (click to toggle)
python-seqcluster 1.2.9%2Bds-7
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 113,648 kB
  • sloc: python: 5,308; makefile: 175; sh: 122; javascript: 55
file content (118 lines) | stat: -rw-r--r-- 3,097 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Source: python-seqcluster
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
Section: contrib/science
XS-Autobuild: no
#Testsuite: autopkgtest-pkg-python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 bedtools,
 libjs-jquery-ui,
 mirtop,
 python3-all,
 python3-biopython,
 python3-colorlog <!nocheck>,
 python3-mirtop,
 python3-myst-parser,
 python3-nose2,
 python3-numpy,
 python3-pandas,
 python3-progressbar,
 python3-pybedtools,
 python3-pysam,
 python3-scipy,
 python3-setuptools,
 python3-sphinx,
 python3-toolz,
 python3-yaml,
 samtools,
 vienna-rna <!nocheck>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/python-seqcluster
Vcs-Git: https://salsa.debian.org/med-team/python-seqcluster.git
Homepage: https://github.com/lpantano/seqcluster

Package: python3-seqcluster
Architecture: all
Section: contrib/python
Depends:
 python3-colorlog,
 python3-mirtop,
 python3-myst-parser,
 python3-numpy,
 python3-pandas,
 python3-progressbar,
 python3-pybedtools,
 python3-pysam,
 python3-scipy,
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 bedtools,
 bowtie2 | bowtie,
 fastqc,
 libjs-bootstrap,
 libjs-jquery,
 libjs-jquery-datatables,
 libjs-jquery-tablesorter,
 libjs-jquery-ui,
 mirtop,
 python3-cutadapt,
 r-bioc-degreport,
# https://github.com/lpantano/seqcluster/blob/master/scripts/install_libraries.R
 r-bioc-deseq2,
 r-bioc-edger,
 r-bioc-htsfilter,
 r-cran-devtools,
 r-cran-dplyr,
 r-cran-ggplot2,
 r-cran-gplots,
 r-cran-gridextra,
 r-cran-gtools,
 r-cran-knitr,
 r-cran-pheatmap,
 r-cran-reshape,
 rna-star,
 samtools,
 vienna-rna,
Suggests:
 seqcluster,
Description: analysis of small RNA in NGS data
 Identifies small RNA sequences of all sorts in RNA sequencing data. This is
 especially helpful for the identification of RNA that is neither coding nor
 belonging to the already well-established group of miRNA, towards many tools
 feel constrained to.
 .
 This package provides the Python module. For executables see the package
 'seqcluster'.

Package: seqcluster
Architecture: all
Depends:
 python3-seqcluster,
 ${misc:Depends},
 ${python3:Depends},
Description: analysis of small RNA in NGS data
 Seqcluster investigates small RNA sequences of all sorts in RNA
 sequencing data. This is especially helpful for the identification of
 RNA that is neither coding nor belonging to the already well-established
 group of miRNA, towards many tools feel constrained to.

Package: python-seqcluster-doc
Architecture: all
Section: contrib/doc
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Description: analysis of small RNA in NGS data (documentation)
 Seqcluster investigates small RNA sequences of all sorts in RNA
 sequencing data. This is especially helpful for the identification of
 RNA that is neither coding nor belonging to the already well-established
 group of miRNA, towards many tools feel constrained to.
 .
 This package provides the HTML documentation for the
 Python-implemented seqcluster tool.