Skip to content

cmelab/grits

Repository files navigation

GRiTS : Grits Reduces/Restores Topology with SMILES

Anaconda-Server Badge pytest codecov Documentation Status Docker build

GRiTS workflow

GRiTS is a toolkit for working with coarse-grain systems. It uses mBuild to build up molecules and SMILES chemical grammar to facilitate the mapping from fine-to-coarse and coarse-to-fine.

Installation

Using a container

To use GRiTS in a prebuilt container (using Apptainer), run:

apptainer pull docker://ghcr.io/cmelab/grits:latest
apptainer run grits_latest.sif python

Or using Docker, run:

docker pull ghcr.io/cmelab/grits:latest
docker run -it cmelab/grits:latest

Micromamba install

To create a local environment with micromamba, run:

micromamba create grits -f environment.yml
micromamba activate grits