Skip to content
forked from cmelab/grits

A toolkit for working with coarse-grain systems

License

Notifications You must be signed in to change notification settings

marjanalbooyeh/grits

 
 

Repository files navigation

GRiTS : Grits Reduces/Restores Topology with SMILES

Anaconda-Server Badge Docker Repository on Quay pytest codecov

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 Singularity), run:

singularity pull docker://quay.io/cmelab/grits:latest
singularity exec grits_latest.sif bash

Or using Docker, run:

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

Custom install

To create a local environment with conda, run:

conda env create -f environment.yml
conda activate grits

With the grits environment active, install the package with pip:

pip install .

And to test your installation, run:

pytest

About

A toolkit for working with coarse-grain systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%