https://github.com/uibcdf/pypharmer
Python API for Pharmer
https://github.com/uibcdf/pypharmer
drug-design pharmacophore pharmacophore-modelling pharmer
Last synced: 2 months ago
JSON representation
Python API for Pharmer
- Host: GitHub
- URL: https://github.com/uibcdf/pypharmer
- Owner: uibcdf
- Created: 2018-05-07T17:19:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T17:25:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T03:14:08.924Z (4 months ago)
- Topics: drug-design, pharmacophore, pharmacophore-modelling, pharmer
- Language: HTML
- Size: 34.6 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyPharmer (in construction)
Python API for Pharmer### Conda environment
Those packages needed to run the library are reported in `environment.yml`.
The conda environment can be created with the followind command:```
conda env create -f environment.yml
```If a new package is required and installed in a development environment, the next command updates 'environment.yml'.
```
conda env export > environment.yml
```