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

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

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
```