Metadata-Version: 2.4
Name: makoview
Version: 0.2.0
Summary: Visualise the results from Mako
Requires-Python: >=3.9
Requires-Dist: duckdb>=1.4.5
Requires-Dist: fastapi>=0.128.8
Requires-Dist: pydantic>=2
Requires-Dist: pyfaidx>=0.9.0.4
Requires-Dist: seaborn>=0.13
Requires-Dist: uvicorn[standard]>=0.39.0
Description-Content-Type: text/markdown

<p align="center"><img src="https://github.com/shimlab/makoview/blob/main/assets/logo_with_name.png" height=128 align="center" /></p>

makoview is a part of the mako pipeline for differential RNA modification calling at the isoform resolution using Nanopore direct RNA sequencing, with documentation at [https://shimlab.github.io/mako/](https://shimlab.github.io/mako/)

## Introduction

Makoview is a visualisation tool intended to be used with the [Mako](https://github.com/shimlab/mako) pipeline for the differential analysis of RNA modifications using Oxford Nanopore data. For more information, see the repository at [shimlab/mako](https://github.com/shimlab/mako)

## Installation

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:

```sh
pip install makoview

# for testing purposes: run latest commit from GitHub
pip install git+https://github.com/shimlab/makoview
```
