Docker container for momapy, a Python toolkit for working with molecular maps including SBGN and CellDesigner formats.
- Upstream repository: https://github.com/adrienrougny/momapy
- Oxford Bioinformatics paper: Rougny A, Ostaszewski M, Sagatopam V, et al. momapy: a Python library to work with molecular maps. Bioinformatics. 2026; btag352. https://doi.org/10.1093/bioinformatics/btag352
docker pull picotainers/momapy:latestShow the CLI help:
docker run --rm picotainers/momapy:latest --helpRender subcommand help:
docker run --rm picotainers/momapy:latest render --help- This image installs
momapyfrom the PyPI source release for version0.12.0. - Optional rendering extras such as
skiaandcairoare not included in this base image. - The default container command is
momapy --help.