Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gandrianov authored Jun 1, 2021
1 parent 2fca8dc commit 13e9686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## Abstract

Our approach uses fragment screening techniques to identify the best fragments that are then concatenated into lead-like compounds. This allows us to significantly reduce the computational resources while performing a more comprehensive screen due to the smaller conformational space of fragments as compared to whole compounds

## Prerequisites
[RDKit](https://www.rdkit.org)
```
Expand All @@ -33,6 +35,11 @@ tar xf molfile2params.tar.gz -C <combichem directory>

## Navigating the Repository

- `Example` contains example input file to present how works each step of the approach
- `Utils` service script to support IO, search and structural manipulation with molecular structures
- `Alignment.py`, `Conformers.py`, `Merging.py`, `Params.py`, `Reactor.py`, `Screening.py` are separate steps of protocol
- `FragmentsMerging.py` and `FragmentsScreening.py` - multistep-protocols for fragments prioritization and merging to lead-like compounds

## Input files for fragments screening

## Input files for fragments merging
Expand Down

0 comments on commit 13e9686

Please sign in to comment.