Metadata-Version: 2.4
Name: mad-services
Version: 0.2.0
Summary: Add your description here
Author-email: glaunay <guillaume.launay@ens-lyon.fr>
Requires-Python: >=3.11
Requires-Dist: mdanalysis>=2.9.0
Requires-Dist: numpy>=2.3.1
Description-Content-Type: text/markdown

# MAD Backend coordinates manipulation toolkit

## Installation
`pip install mad_services`

## Polyply pipeline utilities

### GRO files
When user submits GRO files which features negative atom coordinates they must be translated to positive values for polyply gen_coor to work.
`mad-boxer -i ./data/coord.gro -o ../wrapped.gro`

