An open API service indexing awesome lists of open source software.

https://github.com/unixjunkie/acp4

AutoCorrelation of Pharmacophore Features
https://github.com/unixjunkie/acp4

autocorrelation binding-site ligand ocaml-program pharmacophore virtual-screening

Last synced: 2 months ago
JSON representation

AutoCorrelation of Pharmacophore Features

Awesome Lists containing this project

README

          

# ACP4: AutoCorrelation of Pharmacophore Features

```
acp4 program usage:
./acp4
[-i ]: input file to encode
[-q ]: query molecule
[--queries ]: query molecules
[-db ]: database to screen
-o : output file (encoded db or query scores)
[-np ]: nprocs (default=1)
[-s ]: BST chunk size (default=100000)
[-c ]: cutoff distance (default=5.00)
[-f]: force overwriting binary cache files, if any
use -f if you are changing -dx or -c compared to previous queries
[-dx ]: radial discretization step (default=0.5)
[--no-plot]: turn OFF gnuplot
[--no-tap]: neither read nor write from/to binary cache files
[--confs]: if the DB has several _consecutive_ conformers
[--quick]: quick; exit right after scoring; no perf. metrics
[--index]: create a BST index for the DB being screened
[--BSTs ]: file containing a list of serialized BST filenames
[-td ]: maximum Tanimoto _distance_ to (single) query
[--BS]: load optimal defaults for binding-sites (ignores -c and -dx)
[-v]: verbose/debug mode
```

```
acp4_scissors program usage:
./scissors
-l : binding-site ligand input file
-p : receptor protein input file
[-d ]: distance cutoff (default=5.00)
-o : ligand-defined binding site output file
[-v]: verbose/debug mode
```

To extract pharmacophore points from a molecule in SDF format,
use molenc_ph4.py:
```
usage: molenc_ph4.py [-h] [-i input.sdf] [-o output.ph4] [--bild] [--no-group]
[--permissive]

compute pharmacophore features for 3D molecules

options:
-h, --help show this help message and exit
-i input.sdf conformers input file
-o output.ph4 ph4 features output file
--bild output BILD files for visu in chimera
--no-group turn OFF grouping of HYD features
--permissive turn OFF rdkit valence check
```