NanoStat
Reports various statistics for long read dataset in FASTQ, BAM, or albacore sequencing summary format (supports NanoPack; NanoPlot, NanoComp)
https://github.com/wdecoster/nanostat/, https://github.com/wdecoster/nanoplot/
Programs are part of the NanoPack family for summarising results of sequencing on Oxford Nanopore methods (MinION, PromethION etc.)
NanoStat module for parsing statistics from Oxford Nanopore sequencing data.
By default, only the Read N50 metric is shown in the General Statistics table, with all other metrics hidden.
You can customize which metrics appear in the General Statistics table using the general_stats_columns
configuration option in your MultiQC config file.
For example, to show number of reads, mean read length and median quality for FASTQ data:
general_stats_columns:
nanostat:
columns:
Number of reads_fastq:
title: "# Reads"
description: "Number of reads"
hidden: false
Mean read length_fastq:
title: "Mean Length"
description: "Mean read length"
hidden: false
Median read quality_fastq:
title: "Median Quality"
description: "Median read quality"
hidden: false
Available metrics that can be added to General Statistics (append _fastq
, _aligned
, _fasta
or _seq summary
depending on the data type):
Active channels
- Number of active channelsMedian read length
- Median read length (bp)Mean read length
- Mean read length (bp)Read length N50
- Read length N50Median read quality
- Median read quality (Phred scale)Mean read quality
- Mean read quality (Phred scale)Median percent identity
- Median percent identityAverage percent identity
- Average percent identityNumber of reads
- Number of readsTotal bases
- Total number of basesTotal bases aligned
- Total number of aligned bases
Each metric can be customized with the following options:
title
- Column titledescription
- Column descriptionhidden
- Whether to hide the column by defaultscale
- Color scale for the columnformat
- Number formatmin
- Minimum value for the color scalemax
- Maximum value for the color scalesuffix
- Suffix to add to valuesshared_key
- Share color scale with other columns
File search patterns
nanostat:
contents_re: Metrics\s+dataset\s*
max_filesize: 4096
num_lines: 1
nanostat/legacy:
contents_re: General summary:\s*
max_filesize: 4096
num_lines: 1