File: control

package info (click to toggle)
pigx-rnaseq 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,076 kB
  • sloc: python: 599; makefile: 286; sh: 229; lisp: 11
file content (90 lines) | stat: -rw-r--r-- 3,140 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
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
Source: pigx-rnaseq
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               autoconf-archive,
               fastp,
               fastqc <!nocheck>,
               hisat2 <!nocheck>,
               libjs-jquery-datatables <!nocheck>,
               libjs-jquery-tablesorter <!nocheck>,
               megadepth,
               multiqc,
               python3-all,
               python3-deeptools,
               python3-htseq,
               r-bioc-deseq2 <!nocheck>,
               r-bioc-rtracklayer <!nocheck>,
               r-bioc-summarizedexperiment <!nocheck>,
               r-bioc-tximport <!nocheck>,
               r-cran-corrplot <!nocheck>,
               r-cran-crosstalk <!nocheck>,
               r-cran-data.table <!nocheck>,
               r-cran-dt <!nocheck>,
               r-cran-ggplot2 <!nocheck>,
               r-cran-ggrepel <!nocheck>,
               r-cran-gprofiler2 <!nocheck>,
               r-cran-ggpubr <!nocheck>,
               r-cran-locfit <!nocheck>,
               r-cran-pheatmap <!nocheck>,
               r-cran-plotly <!nocheck>,
               r-cran-reshape2 <!nocheck>,
               r-cran-rjson <!nocheck>,
               r-cran-rlang <!nocheck>,
               r-cran-rmarkdown <!nocheck>,
               r-cran-scales <!nocheck>,
               salmon <!nocheck>,
               samtools <!nocheck>,
               snakemake <!nocheck>,
               trim-galore <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/pigx-rnaseq
Vcs-Git: https://salsa.debian.org/med-team/pigx-rnaseq.git
Homepage: https://github.com/BIMSBbioinfo/pigx_rnaseq
Rules-Requires-Root: no

Package: pigx-rnaseq
Architecture: all
Depends: ${misc:Depends},
         fastp,
         fastqc,
         hisat2 | rna-star,
         libjs-jquery-datatables,
         libjs-jquery-tablesorter,
         megadepth,
         multiqc,
         python3:any,
         python3-deeptools,
         python3-htseq,
         r-bioc-deseq2,
         r-bioc-rtracklayer,
         r-bioc-summarizedexperiment,
         r-bioc-tximport,
         r-cran-corrplot,
         r-cran-crosstalk,
         r-cran-data.table,
         r-cran-dt,
         r-cran-ggplot2,
         r-cran-ggpubr,
         r-cran-ggrepel,
         r-cran-gprofiler2,
         r-cran-pheatmap,
         r-cran-plotly,
         r-cran-reshape2,
         r-cran-rjson,
         r-cran-rlang,
         r-cran-rmarkdown,
         r-cran-scales,
         salmon,
         samtools,
         snakemake,
         trim-galore
Recommends: hisat2, rna-star
Description: pipeline for checkpointed and distributed RNA-seq analyses
 This package provides a automated workflow for the automated analysis of
 RNA-seq experiments. A series of well-accecpted tools are connected in
 Python scripts and controlled via snakemake. This supports the parallel
 execution of these workflows and provides checkpointing, such that
 interrupted workflows can take up their work again.