a | b/conda-gpu_env.yml | ||
---|---|---|---|
1 | name: bpnet-gpu |
||
2 | channels: |
||
3 | - bioconda |
||
4 | - pytorch |
||
5 | - conda-forge |
||
6 | - defaults |
||
7 | dependencies: |
||
8 | - python=3.6.13 |
||
9 | |||
10 | # genomics |
||
11 | - pybedtools>=0.7.10 |
||
12 | - bedtools>=2.27.1 |
||
13 | - pybigwig>=0.3.10 |
||
14 | - pysam>=0.14.0 |
||
15 | - genomelake>=0.1.4 |
||
16 | |||
17 | - pytorch # optional for data-loading |
||
18 | - cython |
||
19 | - h5py>=2.7.0 |
||
20 | - numpy |
||
21 | |||
22 | - pandas>=0.23.0 |
||
23 | - fastparquet |
||
24 | - python-snappy |
||
25 | |||
26 | - nb_conda=2.2.1 |
||
27 | - pip |
||
28 | - pip: |
||
29 | - git+https://github.com/kundajelab/DeepExplain.git |
||
30 | |||
31 | #Synchronized packages for Jupyter Notebooks |
||
32 | - ipykernel==5.3.0 |
||
33 | - ipython==7.15.0 |
||
34 | - ipywidgets==7.5.1 |
||
35 | - jupyter_client==6.1.3 |
||
36 | - jupyter_core==4.6.3 |
||
37 | - markdown==3.2.2 |
||
38 | - nbconvert==5.6.1 |
||
39 | - nbformat==5.0.6 |
||
40 | - notebook==6.0.3 |
||
41 | - papermill==2.1.1 |
||
42 | - nbclient==0.4.0 |
||
43 | |||
44 | # ML & numerics |
||
45 | - tensorflow-gpu==1.7 #for gpu |
||
46 | |||
47 | # bpnet package |
||
48 | - .[dev,extras] # install the local basepair package. All the other required pip packages are specified in the setup.py |