-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.yml
58 lines (54 loc) · 1 KB
/
env.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
47
48
49
50
51
52
53
54
55
56
57
58
# Copyright (C) 2023 Roberto Rossini <[email protected]>
#
# SPDX-License-Identifier: MIT
# Conda env YAML file use for development.
# This file includes most of the packages installed in the Dockerfiles
# using mambaorg/micromamba as base.
name: devel
channels:
- conda-forge
- bioconda
dependencies:
- adjusttext
- bedtools
- bioconductor-biomart=2.54.*
- bioconductor-clusterprofiler=4.6.*
- bioconductor-deseq2=1.38.*
- bioconductor-enrichplot=1.18.*
- bioconductor-org.hs.eg.db=3.16.*
- bioframe
- cleanlab>=1,<2
- cooler
- cooltools
- docopt
- gprofiler-official
- h5py
- hic-straw=1.3.1
- hicexplorer>=3.7.2
- ipykernel
- matplotlib
- natsort
- networkx>=3.*
- numpy
- pandas
- pigz
- procps-ng
- pyBigWig
- python
- r-alluvial
- r-argparse
- r-data.table
- r-fs
- r-optparse
- r-pheatmap
- r-stringr
- r-svglite
- r=4.2
- scikit-learn
- scipy
- seaborn
- statsmodels
- tqdm
- tracywidom
- ucsc-bedgraphtobigwig
- ucsc-liftover