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
|
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
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-toolz,
python3-pybedtools,
python3-pysam,
python3-numpy,
python3-progressbar,
python3-nose2,
python3-myst-parser,
python3-biopython,
python3-pandas,
python3-yaml,
python3-mirtop,
python3-scipy,
samtools,
bedtools,
mirtop,
libjs-jquery-ui,
python3-colorlog <!nocheck>,
vienna-rna <!nocheck>,
python3-sphinx
Standards-Version: 4.7.2
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
Rules-Requires-Root: no
Package: python3-seqcluster
Architecture: all
Section: contrib/python
Depends: ${python3:Depends},
${misc:Depends},
python3-pysam,
python3-pybedtools,
python3-scipy,
python3-numpy,
python3-progressbar,
python3-pandas,
python3-colorlog,
python3-mirtop,
python3-myst-parser,
python3-yaml
Recommends: rna-star,
bowtie2|bowtie,
fastqc,
samtools,
bedtools,
mirtop,
python3-cutadapt,
libjs-bootstrap,
libjs-jquery,
libjs-jquery-datatables,
libjs-jquery-tablesorter,
libjs-jquery-ui,
# listed as a requirement
python3-tz,
# https://github.com/lpantano/seqcluster/blob/master/scripts/install_libraries.R
r-bioc-deseq2,
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,
vienna-rna,
r-bioc-edger,
r-bioc-htsfilter,
r-bioc-degreport
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:Depends},
${misc:Depends},
python3-seqcluster
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: ${python3:Depends},
${misc: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.
|