a | b/conda-env.yml | ||
---|---|---|---|
1 | name: bpnet |
||
2 | channels: |
||
3 | - bioconda |
||
4 | - pytorch |
||
5 | - conda-forge |
||
6 | - defaults |
||
7 | dependencies: |
||
8 | - python=3.6 |
||
9 | |||
10 | # genomics |
||
11 | - pybedtools==0.7.10 |
||
12 | - bedtools==2.27.1 |
||
13 | - pybigwig>=0.3.10 |
||
14 | - pysam==0.15.3 |
||
15 | - genomelake==0.1.4 |
||
16 | |||
17 | - pytorch # optional for data-loading |
||
18 | - cython |
||
19 | - h5py==2.9.0 |
||
20 | - numpy==1.18.5 |
||
21 | - tqdm==4.46.1 |
||
22 | - scipy==1.4.1 |
||
23 | - statsmodels==0.11.1 |
||
24 | - scikit-learn==0.21.3 |
||
25 | |||
26 | - pandas==1.0.3 |
||
27 | - fastparquet==0.4.0 |
||
28 | - python-snappy |
||
29 | |||
30 | - nb_conda |
||
31 | - pip |
||
32 | - pip: |
||
33 | - git+https://github.com/kundajelab/DeepExplain.git |
||
34 | |||
35 | # ML & numerics |
||
36 | - tensorflow>=1.7,<=1.14 # tensorflow-gpu==1.7 for gpu |
||
37 | |||
38 | - kipoiseq==0.3.4 |
||
39 | - kipoi==0.6.25 |
||
40 | - joblib==0.15.1 |
||
41 | |||
42 | # bpnet package |
||
43 | - .[dev,extras] # install the local basepair package. All the other required pip packages are specified in the setup.py |