Makoview is a visualisation tool intended to be used with the Mako pipeline for the differential analysis of RNA modifications using Oxford Nanopore data. For more information, see the repository at shimlab/mako
Makoview is available through both PyPI (tagged/release builds) and TestPyPI (development builds). You can install it using pip, or execute it in an isolated environment with pipx/uvx:
pip install makoview
# for testing purposes: run from TestPyPI
uvx --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ makoview
# for testing purposes: run latest commit from GitHub
uvx --from https://github.com/shimlab/makoview.git makoview