maize-biosimspace is a namespace package for BioSimSpace nodes and subgraphs for maize.
Clone this repository and run:
mamba env create -f env-users.yml
mamba activate maize
pip install --no-deps ./
Import the relevant steps from the subpackage e.g.:
from maize.steps.exs.biosimspace import ProductionGromacs
Follow the development guidelines for maize.
In active development and not ready for general use.
This repo is based very closely on maize-contrib (a separate repo was created to allow the use of the the GPL-3.0 license required by BioSimSpace).