https://github.com/uibcdf/openpharmacophore
An open library to work with pharmacophores.
https://github.com/uibcdf/openpharmacophore
Last synced: 6 months ago
JSON representation
An open library to work with pharmacophores.
- Host: GitHub
- URL: https://github.com/uibcdf/openpharmacophore
- Owner: uibcdf
- License: mit
- Created: 2021-02-03T23:36:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T08:39:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:43:18.280Z (about 1 year ago)
- Language: Python
- Homepage: https://www.uibcdf.org/OpenPharmacophore
- Size: 86.4 MB
- Stars: 30
- Watchers: 3
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OpenPharmacophore
[](https://github.com/uibcdf/molsysmt/actions?query=workflow%3ACI)
[](https://codecov.io/gh/uibcdf/OpenPharmacophore/branch/master)
[](https://opensource.org/licenses/MIT)OpenPharmacophore is a library in progress to work with pharmacophore models and virtual screening.
Its main goal is to derive pharmacophores from ligand, ligand-receptor, and receptor based methods.
It will also offer the possibility to derive pharmacophores from molecular dynamics trajectories.
## Installation
The latest "stable" version of OpenPharmacophore can be installed from the UIBCDF Anaconda channel:
```bash
conda -c uibcdf openpharmacophore
```If you want to work with the not so tested last beta version, the installation command is the following:
```bash
conda install -c uibcdf/label/dev openpharmacophore
```The former beta version is nothing but a quenched version from the main github repository of this project which it is done from time to time with few scruples. The raw code fully alive can be installed from this github repo as follows:
```bash
git clone https://github.com/uibcdf/openpharmacophore.git
cd OpenPharmacophore
python setup.py develop
```In the first two cases, OpenPharmacophore can be uninstalled with conda:
```bash
conda remove openpharmacophore
```But if you installed it straight from its github central repository, do the following to uninstall it:
```bash
pip uninstall openpharmacophore
```## License
## Acknowledgments and Copyright
### Copyright
Copyright (c) 2021 to 2023, UIBCDF
## Contributors
- Daniel Ibarrola Sánchez (UAM-I/HIMFG)
- Rafael A. Zubillaga Luna (UAM-I)
- Liliana M. Moreno Vargas (HIMFG)
- Diego Prada Gracia (HIMFG)#### Acknowledgements
Project based on the
[Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.5.