TGSTK
0.0.1
The Tumour Growth Simulation ToolKit
|
Welcome to the Tumor Growth Simulation ToolKit's documentation page!
TGSTK's source files can be retrieved from the github repo using:
git clone https://github.com/cormarte/tgstk.git
[Section under writing]
NVIDIA's CUDA® Toolkit v9.2 first needs to be installed from here. After installation, the CUDA® binaries directory needs to be added to the system PATH using:
SET PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin;%PATH%
Note: The CUDA® binaries directory may need to be adjusted depending on the CUDA® Toolkit installation location.
A package containg the TGSTK binaries and Python wrappers can be installed directly from PyPI using:
pip install tgstk
A minimal example file for tumour growth simulation using TGSTK in Python is available here. To run the example, you will need to:
pip install matplotlib
Once done, simply run:
<project/directory>>python example.py <sample/data/directory>
You should get something like: