Simple thin client to interface python scripts with SambVca catalytic pocket Fortran calculator.
Reason this release was yanked:
official 1.0.0 release follows
Project description
py2sambvca
Simple thin client to interface python scripts with SambVca catalytic pocket fortran calculator.
Installation
py2sambvca
is available on PyPi and can be installed like so:
pip install py2sambvca
Usage
After installation, py2sambvca
can be added to a Python script via import
and instantiated:
# import the class and give it a simpler alias
from py2sambvca.py2sambvca import py2sambvca as p2s
buried_vol = p2s(r'myxyzfiles\ligand_4.xyz',...)
buried_vol.write_input()
buried_vol.calc()
# retrieve the buried volume and assign it
ligand_4_buried_volume = buried_vol.get_buried_vol()
...
# clean up input and output files
buried_vol.clean_files()
License
py2sambvca
is available under the GNU GPLv3 in accordance with the base Fortran code which is available under the same license and can be retreieved here: https://www.molnac.unisa.it/OMtools/sambvca2.1/download/download.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for py2sambvca-1.0.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ebea5cc50c4b696dd3ddfc73f5fdd8f6dc5589b7e741311e6b6bbf0429c87c |
|
MD5 | 0a3cf11a1c1fa3935870e39446b8be71 |
|
BLAKE2b-256 | 215872e76f5a4dd333e735c8528147528963cda96a316f63f7fbc86f25faa424 |