nf-core/methylseq: Bisulfite-Seq Best Practice v${version}

Run Name: $runName

<% if (success){ out << """
nf-core/methylseq execution completed successfully!
""" } else { out << """

nf-core/methylseq execution completed unsuccessfully!

The exit status of the task that caused the workflow execution to fail was: $exitStatus.

The full error message was:

${errorReport}
""" } %>

The workflow was completed at $dateComplete (duration: $duration)

The command used to launch the workflow was as follows:

$commandLine

Pipeline Configuration:

<% out << summary.collect{ k,v -> "" }.join("\n") %>
$k
$v

nf-core/methylseq is a bioinformatics best-practice analysis pipeline used for Methylation (BS-Seq) data analysis at the National Genomics Infrastructure at SciLifeLab Stockholm, Sweden.

The pipeline uses Nextflow, a bioinformatics workflow tool. It pre-processes raw data from FastQ inputs, aligns the reads and performs extensive quality-control on the results.

For more information, please see the pipeline homepage: https://github.com/nf-core/methylseq