Skip to content

Commit 6eb7c5d

Browse files
committed
Formatting changes to ReadMe NO_JIRA
1 parent f72cca4 commit 6eb7c5d

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed
Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#find_binding_conformation.py
1+
# Find Binding Conformation
2+
3+
## Summary
24

35
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.
46

@@ -7,22 +9,23 @@ Driven by the wealth and diversity of bond, angle and torsion information in the
79
Starting from a list of PDB-codes, this script generates idealized conformers
810
for ligands and evaluates their RMSD to the conformation in the PDB.
911

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.
1216

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.
17+
## Licensing Requirements
18+
- CSD-Core
1619

17-
#Usage
20+
## Instructions on Running
1821

19-
```Python
22+
```cmd
2023
python find_binding_conformation.py pdb_example.txt
2124
```
2225

23-
#Output
26+
## Author
27+
_'Brandl, Giangreco, Higueruelo, Schaerfer and Sykes'_
2428

25-
Subdirectories for each PDB entry with the conformers generated for each ligand, and a spreadsheet (.csv) with the results of the comparison.
2629

2730

28-
For more details about conformer generator see this blog https://www.ccdc.cam.ac.uk/Community/blog/post-61/
31+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](mailto:support@ccdc.cam.ac.uk)

0 commit comments

Comments
 (0)