This document describes the output produced by the pipeline. Most of the plots are taken from the MultiQC report, which summarises results at the end of the pipeline.
The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory.
A separate directory will be created in the output directory for each sample containing all output files for that sample.
Output files
SAMPLE
SAMPLE.CollectHsMetrics.coverage_metrics
: The coverage metrics calculated bypicard CollectHsMetrics
SAMPLE.CollectMultipleMetrics.alignment_summary_metrics
: The alignment summary metrics calculated bypicard CollectMultipleMEtrics
SAMPLE.CollectMultipleMetrics.base_distribution_by_cycle_metrics
: The base distribution by cycle metrics calculated bypicard CollectMultipleMetrics
SAMPLE.CollectMultipleMetrics.base_distribution_by_cycle.pdf
: PDF file containing the base distribution by cycle metricsSAMPLE.CollectMultipleMetrics.quality_by_cycle_metrics
: The quality by cycle metrics calculated bypicard CollectMultipleMetrics
SAMPLE.CollectMultipleMetrics.quality_by_cycle.pdf
: PDF file containing the quality by cycle metricsSAMPLE.CollectMultipleMetrics.quality_distribution_metrics
: The quality by distribution metrics calculated bypicard CollectMultipleMetrics
SAMPLE.CollectMultipleMetrics.quality_distribution.pdf
: PDF file containing the quality distribution metricsSAMPLE.CollectMultipleMetrics.read_length_histogram.pdf
: A histogram detailing the read lenghts made withpicard CollectMultipleMetrics
SAMPLE.coverage.txt
: The coverage metrics calculated bysamtools coverage
SAMPLE.cram
: The CRAM file generated by the alignerSAMPLE.cram.crai
: The index of the CRAM fileSAMPLE.cram.md5
: The md5sum of the CRAM fileSAMPLE.duplicate_metrics.txt
: The duplicate metrics calculated bysamtools mardup
SAMPLE.fastp.html
: The HTML file visualising the metrics calculated byfastp
SAMPLE.fastp.json
: The JSON file containing the metrics calculated byfastp
SAMPLE.flagstat
: The quality control metrics calculated bysamtools flagstat
SAMPLE.idxstats
: The quality control metrics calculated bysamtools idxstats
SAMPLE.mosdepth.global.dist.txt
: The global read distribution metrics calculated bymosdepth
SAMPLE.mosdepth.region.dist.txt
: The regional read distribution metrics calculated bymosdepth
(only when a ROI BED file has been given)SAMPLE.mosdepth.summary.txt
: The summary of themosdepth
metricsSAMPLE.per-base.bed.gz
: The per-base depth calculated bymosdepth
SAMPLE.per-base.bed.gz.csi
: The index of the per-base depth BED fileSAMPLE.quantized.bed.gz
: The quantized BED file, showing how well covered each genomic region is, calculated bymosdepth
SAMPLE.quantized.bed.gz.csi
: The index of the quantized BED fileSAMPLE.regions.bed.gz
: The regional BED file, showing how well covered the requested regions are, calculated bymosdepth
(only when a ROI BED file has been given)SAMPLE.regions.bed.gz.csi
: The index of the regional BED fileSAMPLE.stats
: General statistics for the sample
Some additional files will be created when a flowcell input has been used.
Output files
InterOp/
: Directory containingbins
for each sampleReports/
: Quality control reports for the flowcell run
Output files
multiqc/
multiqc_report.html
: a standalone HTML file that can be viewed in your web browser.multiqc_data/
: directory containing parsed statistics from the different tools used in the pipeline.multiqc_plots/
: directory containing static images from the report in various formats.
MultiQC is a visualization tool that generates a single HTML report summarising all samples in your project. Most of the pipeline QC results are visualised in the report and further statistics are available in the report data directory.
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see http://multiqc.info.
Output files
pipeline_info/
- Reports generated by Nextflow:
execution_report.html
,execution_timeline.html
,execution_trace.txt
andpipeline_dag.dot
/pipeline_dag.svg
. - Reports generated by the pipeline:
pipeline_report.html
,pipeline_report.txt
andsoftware_versions.yml
. Thepipeline_report*
files will only be present if the--email
/--email_on_fail
parameter's are used when running the pipeline. - Reformatted samplesheet files used as input to the pipeline:
samplesheet.valid.csv
. - Parameters used by the pipeline run:
params.json
.
- Reports generated by Nextflow:
Nextflow provides excellent functionality for generating various reports relevant to the running and execution of the pipeline. This will allow you to troubleshoot errors with the running of the pipeline, and also provide you with other information such as launch commands, run times and resource usage.