Nonpareil
Supported Tool
Estimate metagenomic coverage and sequence diversity.
Description
Nonpareil uses the redundancy of the reads in a metagenomic dataset to estimate the average coverage and predict the ammount of sequences that will be required to achieve “nearly complete coverage”, defined as ≥95% or ≥99% average coverage.
Since Nonpareil main output has no model information, it is necessary to run its
auxiliary R
plot functions and save the curves
object as a JSON
file. Briefly,
call function export_curve()
on object curves
(for an example, see snakemake wrapper):
Module config options
The module plots a line graph for each sample, with a tab panel to switch between only observed data, only models,
or both combined (model with a dashed line). It will use the colors specified in the JSON file by nonpareil
and,
if some is missing use one from a MultiQC colour scheme (default: Paired) that can be defined with:
File search patterns
nonpareil:
- fn: "*.json"
contents: LRstar
num_lines: 50
max_filesize: 1048576