Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 776 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 776 Bytes

Matcha

Matcha is a python library to do fast barcode matching of short DNA sequences. It supports fast fastq input and output, and allows for arbitrary user-specified barcodes and filtering criteria.

Note: This library is still in beta. Some function names + arguments may change in subsequent versions.

Installation

Requirements: Python 3.5, pybind11, numpy, pandas

pip install git+https://github.com/GreenleafLab/matcha.git

Documentation

Documentation is available here: https://greenleaflab.github.io/matcha/index.html, including function reference and a quick example.