File: __init__.py

package info (click to toggle)
pycoqc 2.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 98,704 kB
  • sloc: python: 2,295; sh: 165; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# -*- 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"]