-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathenvironment.yml
More file actions
28 lines (27 loc) · 1.06 KB
/
Copy pathenvironment.yml
File metadata and controls
28 lines (27 loc) · 1.06 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
name: druGUI
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- rdkit=2024.3.3
- pandas=2.2.2
- numpy=1.26.4
- scikit-learn=1.5.0
- autodock-vina=1.2.3
- pip
# ─── druGUI: fully self-contained ───────────────────────────────────────────
# No MGLTools, no OpenBabel, no AutoDock Tools!
# All ligand/receptor PDBQT preparation is handled internally by RDKit:
# • RDKit computes Gasteiger partial charges
# • RDKit generates 3D conformations (UFF optimization)
# • RDKit handles SDF → PDBQT conversion natively
#
# Optional (for GPU-accelerated scoring):
# • vina_split / split_openbabel for advanced workflows
# ────────────────────────────────────────────────────────────────────────────
- pip:
- pdbfixer=1.9
- openmm=8.1.2
- mdtraj=1.9.9
- pymol=3.0.0