-
Notifications
You must be signed in to change notification settings - Fork 14
/
environment.yml
47 lines (45 loc) · 1002 Bytes
/
environment.yml
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
# This file specifies a conda environment with all the dependencies needed to develop chimeraviz locally.
# See the `README.md` file for more information.
name: chimeraviz_release
channels:
- bioconda
- conda-forge
- defaults
dependencies:
# R
- r-base=3.6.1
# CRAN
- r-gridbase
- r-rcolorbrewer
- r-RCircos
- r-rmarkdown
- r-DT
- r-plyr
- r-dplyr
- r-ArgumentCheck
- r-gtools
- r-magick
- r-data.table
- r-testthat
- r-roxygen2
- r-devtools
- r-knitr
- r-lintr
# BioConductor
- bioconductor-rsamtools
- bioconductor-gviz
- bioconductor-genomeinfodb
- bioconductor-genomicalignments
- bioconductor-AnnotationDbi
- bioconductor-org.Hs.eg.db
- bioconductor-org.Mm.eg.db
- bioconductor-graph
- bioconductor-Rgraphviz
- bioconductor-BiocStyle
- bioconductor-Biostrings
- bioconductor-GenomicRanges
- bioconductor-IRanges
- bioconductor-Gviz
- bioconductor-S4Vectors
- bioconductor-ensembldb
- bioconductor-AnnotationFilter