bamnado 0.2.0

Tools and utilities for manipulation of BAM files for unusual use cases. e.g. single cell, MCC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]

[project]
name = "bamnado"
version = "0.1.0"
description = 'Python bindings for BamNado'
authors = [{name = 'asmith', email = 'alastair.smith@ndcls.ox.ac.uk'}]