-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
81 lines (61 loc) · 1.64 KB
/
Copy pathenvironment.yml
File metadata and controls
81 lines (61 loc) · 1.64 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: autodock_pipeline
channels:
- conda-forge
- defaults
dependencies:
# ==================================================
# Python
# ==================================================
- python=3.11
# ==================================================
# Scientific Computing
# ==================================================
- numpy
- scipy
- pandas
- matplotlib
# ==================================================
# Chemistry
# ==================================================
- rdkit
- openbabel
- biopython
# ==================================================
# Utilities
# ==================================================
- pyyaml
- requests
- tqdm
- joblib
- networkx
- psutil
# ==================================================
# Excel
# ==================================================
- openpyxl
- xlsxwriter
# ==================================================
# Development
# ==================================================
- pytest
- pip
- pip:
# Chemistry
- meeko
- gemmi
- pubchempy
- dimorphite-dl # pH-based ligand protonation (audit finding 3.1)
- pdb2pqr # pKa-aware receptor protonation (audit finding 3.1)
- propka # pKa prediction backend used by pdb2pqr
- prolif # protein-ligand interaction fingerprints
- MDAnalysis # structure backend used by ProLIF
# Reporting
- jinja2
- reportlab
# Machine Learning
- scikit-learn
# Visualization
- plotly
# Development
- black
- ruff