You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that most pharmaceutically relevant compounds bind to their targets in a relaxed conformation. The challenge in discovery is to figure out rapidly which conformations are readily accessible for the molecules we are considering. There is now a new solution to address this based on statistical, rather than just energetic approaches.
4
6
@@ -7,22 +9,23 @@ Driven by the wealth and diversity of bond, angle and torsion information in the
7
9
Starting from a list of PDB-codes, this script generates idealized conformers
8
10
for ligands and evaluates their RMSD to the conformation in the PDB.
9
11
10
-
#Author
11
-
'Brandl, Giangreco, Higueruelo, Schaerfer and Sykes'
12
+
The output are subdirectories for each PDB entry with the conformers generated for each ligand, and a spreadsheet (.csv) with the results of the comparison.
13
+
## Requirements
14
+
- Tested with CSD Python API 3.0.9
15
+
- This script uses PDBe's and RCSB's API to obtain PDB related information.
12
16
13
-
#Requirements
14
-
This script uses the CSD Python API and needs full installation of CSD.
15
-
This script also uses PDBe's and RCSB's API to obtain PDB related information.
0 commit comments