diff --git a/nextflow.config b/nextflow.config index 051272f..86e2357 100644 --- a/nextflow.config +++ b/nextflow.config @@ -55,15 +55,6 @@ profiles { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] -timeline { - enabled = true - file = "${params.reportdir}/timeline.html" -} -trace { - enabled = true - file = "${params.reportdir}/trace.txt" -} - manifest { homePage = 'https://github.com/cellgeni/rnaseq-noqc' description = 'Nextflow bulk RNAseq analysis pipeline, used at the Cellular Genetics programme at the Wellcome Sanger Institute.'