# -*- coding: utf-8 -*-

__name__ = "pycoQC"
__version__ = "2.5.2"
__description__ = "PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data"
__url__ = "https://github.com/a-slide/pycoQC"
__licence__ = "GPLv3"
__author__ = "Adrien Leger & Tommaso Leonardi"
__all__ = ["pycoQC", "Fast5_to_seq_summary", "Barcode_split", "common"]
