Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 545 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 545 Bytes

Scaffold Maker

Anatomical scaffold generator using Zinc. Install with:

pip install scaffoldmaker

For developing scaffolds:

git clone git+https://github.com/ABI-Software/scaffoldmaker
cd scaffoldmaker
pip install -e .

Requires the following Python libraries to be installed.

  • cmlibs.zinc
  • cmlibs.utils

We recommend installing scaffoldmaker into a virtual python environment. See python virtual environment documentation for information on virtual environments.