Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.08 KB

File metadata and controls

34 lines (25 loc) · 1.08 KB

nanoQC

Quality control tools for long read sequencing data aiming to replicate some of the plots made by fastQC.

Twitter URL install with conda

Creates dynamic plots using bokeh. For an example see here

INSTALLATION

pip install nanoQC

or
install with conda

conda install -c bioconda nanoqc

USAGE

nanoQC [-h] [-v] [-o OUTDIR] fastq

positional arguments:
  fastq                 Reads data in fastq.gz format.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Print version and exit.
  -o, --outdir OUTDIR   Specify directory in which output has to be created.