Skip to content
Dani edited this page May 16, 2018 · 11 revisions

Introduction:

Glycogen_analysis.py is a python-blender API based script that performs analysis on a reconstructed module of glycogen data.

Requirements:

For the addon to run properly it requires python3.5.3 and blender2.79b. Python installation should have site-packages support that includes:

  • Numpy
  • scipy
  • sklearn
  • matplotlib

More installation details can be found here software

Important dataset requirements and specifications can be found here

Runtime performance can be enhanced by assigning a value to the number of threads. E.g., it was found that 18 is best for a 2 X 10 cores processor machine:

$ export OMP_NUM_THREADS=18
Clone this wiki locally