Metadata-Version: 2.1
Name: sam-partake
Version: 0.1.0
Summary: Shard SAM/BAM/CRAM streams to persistent jobs at pipe speed.
License: MIT
Author: Ben Skubi
Author-email: skubi@ohsu.edu
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click
Description-Content-Type: text/markdown

# sam-partake
**Shard SAM/BAM/CRAM streams to persistent jobs at pipe speed.**

# Install

```bash
mamba install bioconda::samtools
pip install sam-partake
```
