Skip to content

Commit

Permalink
Merge pull request #199 from danilodileo/multiqc-placed-in-wrong-dire…
Browse files Browse the repository at this point in the history
…ctory

multiqc report printed in results/multiqc
  • Loading branch information
danilodileo authored Oct 23, 2023
2 parents 5dcf592 + 3e64c28 commit d15db99
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,7 @@ process {
publishDir = [
path: "${params.outdir}/multiqc",
mode: 'copy',
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
path: "${params.outdir}/summary_tables",
mode: 'copy',
pattern: '*.html',
saveAs: { filename -> "${params.assembler}.${params.orf_caller}.multiqc_report.html" }
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}
}

0 comments on commit d15db99

Please sign in to comment.