code repository | |
license |
Common package for integrating with Mass Dynamics workflows
To install md_dataset from GitHub repository, do:
git clone [email protected]:MassDynamics/md_dataset.git
cd md_dataset
python -m pip install .
To develop the package:
python -m pip install -e '.[dev]'
ruff check
pytest
TODO
This initial package was created with Copier and the NLeSC/python-template.