forked from deeptools/pyGenomeTracks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
23 lines (23 loc) · 762 Bytes
/
environment.yml
File metadata and controls
23 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# create the environment using : `conda env create -f environment.yml`
# update existing environment using : `conda env update -f environment.yml`
# It installs from source using github master branch. If you get a pip error coming from feedparser.py, refer to the hack mentioned here : `https://bugs.python.org/msg301789`
name: pygenometracks
channels:
- bioconda
- conda-forge
dependencies:
- numpy >=1.16
- matplotlib >=3.1.1,<=3.5.1
- intervaltree >=2.1.0
- pybigwig >=0.3.16
- future >=0.17.0
- hicmatrix >=15
- pysam >=0.14
- pytest
- gffutils >=0.9
- pybedtools >=0.8.1
- tqdm >=4.20
- bx-python >=0.8.13
- pyfaidx >=0.1.3
- pip:
- "git+https://github.com/deeptools/pyGenomeTracks.git"