[0ce940]: / conda-gpu_env.yml

Download this file

49 lines (41 with data), 890 Bytes

 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
name: bpnet-gpu
channels:
- bioconda
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.6.13
# genomics
- pybedtools>=0.7.10
- bedtools>=2.27.1
- pybigwig>=0.3.10
- pysam>=0.14.0
- genomelake>=0.1.4
- pytorch # optional for data-loading
- cython
- h5py>=2.7.0
- numpy
- pandas>=0.23.0
- fastparquet
- python-snappy
- nb_conda=2.2.1
- pip
- pip:
- git+https://github.com/kundajelab/DeepExplain.git
#Synchronized packages for Jupyter Notebooks
- ipykernel==5.3.0
- ipython==7.15.0
- ipywidgets==7.5.1
- jupyter_client==6.1.3
- jupyter_core==4.6.3
- markdown==3.2.2
- nbconvert==5.6.1
- nbformat==5.0.6
- notebook==6.0.3
- papermill==2.1.1
- nbclient==0.4.0
# ML & numerics
- tensorflow-gpu==1.7 #for gpu
# bpnet package
- .[dev,extras] # install the local basepair package. All the other required pip packages are specified in the setup.py