-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
61 lines (61 loc) · 1000 Bytes
/
environment.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
59
60
61
name: pp5
channels:
- conda-forge
- defaults
- schrodinger # pymol
- sbl # dssp
- bioconda # clustal, muscle, blast
dependencies:
# Basic
- pip
- python=3.11.*
# Development
# Project Dependencies
- biopython
- black
- blast
- clustalo
- dask
- dssp
- filelock
- ipython
- jupyter
- jupyterlab
- matplotlib
- more-itertools
- muscle
- nglview
- nodejs
- numba
- numpy
- pandas
- pre-commit
- pymol-bundle
- vtk-m=1.5.1 # required due to issue with pymol, newer version causes failure
- pytest
- pytest-benchmark
- pytest-cov
- pytest-repeat
- pytest-xdist
- requests
- rpy2
- scikit-learn
- scipy
- seaborn
- toml
- tqdm
- uncertainties
# r-dependencies (for torustest)
- r-doparallel
- r-fraction # (might require r channel)
- r-ggplot2
- r-pracma
- r-proxy
- r-transport
# pip dependencies
- pip:
- nbmerge
- -e . # install this package
platforms:
- linux-64
- osx-64