Skip to content

Commit 340cda3

Browse files
add zenodo doi to readme
1 parent c41f4b3 commit 340cda3

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
# IMERGE-FEP
22
This repository contains the code and files that form the basis of the manuscript "IMERGE-FEP: Improving Relative Free Energy Calculation Convergence with Chemical Intermediates"
33

4-
## Contents
5-
Folders
6-
7-
* rgroupinterm - a tool for pairwise R-group enumeration and pruning for the automatic creation of intermediate molecules
8-
* rhfe_gromacs - the code, input files and md files to run the free energy perturbations described in the manuscript
9-
* rhfe_analysis - code for analysing FEP output
10-
* data - raw data used as input
11-
* supplemental information - sdf files & visualization of molecules from the perturbations that were run
12-
* figures - code for manuscript figures
13-
14-
Files
15-
16-
* rgroup_enumeration.ipynb - documentation basic functionality enumerator
17-
* eg5_case_study.ipynb - application of enumerator on cogeneric series
18-
* perserving_chirality.ipynb - background on chiral information in RDkit
19-
* jacs_intermediates.py - script to enumerate all intermediates of the jacs files (takes a while)
20-
* calc_scores.py - calculates similarity scores of intermediates using the pruners (takes two days to run this for all intermediates in the jacs set)
21-
224
## Installation
235
Use setup.py for creating the environment for the intermediate generation
246

@@ -41,4 +23,25 @@ download the benchmark ligands from: https://github.com/JenkeScheen/fep_intermed
4123
gromacs version: gromacs/2022.1/gcc.8.4.0-cuda.11.7.1
4224

4325
## Generating intermediates for a molecular pair
44-
The functionality and use of the intermediate generator is shown the jupyter notebook rgroup_enumeration.ipynb
26+
The functionality and use of the intermediate generator is shown the jupyter notebook rgroup_enumeration.ipynb
27+
28+
## Contents
29+
Folders
30+
31+
* rgroupinterm - a tool for pairwise R-group enumeration and pruning for the automatic creation of intermediate molecules
32+
* rhfe_gromacs - the code, input files and md files to run the free energy perturbations described in the manuscript
33+
* rhfe_analysis - code for analysing FEP output
34+
* data - raw data used as input
35+
* supplemental information - sdf files & visualization of molecules from the perturbations that were run
36+
* figures - code for manuscript figures
37+
38+
Files
39+
40+
* rgroup_enumeration.ipynb - documentation basic functionality enumerator
41+
* eg5_case_study.ipynb - application of enumerator on cogeneric series
42+
* perserving_chirality.ipynb - background on chiral information in RDkit
43+
* jacs_intermediates.py - script to enumerate all intermediates of the jacs files (takes a while)
44+
* calc_scores.py - calculates similarity scores of intermediates using the pruners (takes two days to run this for all intermediates in the jacs set)
45+
46+
## Related documents
47+
For the tpr files used for running of the RHFE simulations in gromacs can be found in [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13939493.svg)](https://doi.org/10.5281/zenodo.13939493)

0 commit comments

Comments
 (0)