Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthdsm committed Mar 25, 2024
1 parent c7f3bc2 commit fb9e302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ process {
}

withName: 'MULTIQC' {
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title_$meta.id\"" : "$meta.id" }
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title_$meta.id\"" : "--title \"$meta.id\"" }
publishDir = [
path: { "${params.outdir}/multiqc" },
mode: params.publish_dir_mode,
Expand Down
4 changes: 2 additions & 2 deletions tests/workflows/sampletracking.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Should run without failures": {
"content": [
"multiqc_report.html",
"pool1_multiqc_report.html",
"pool1.crosscheck_metrics.txt",
[
"versions.yml:md5,0e5cf92b1d741f4f366aaf67f2740640",
Expand All @@ -12,6 +12,6 @@
"nf-test": "0.8.4",
"nextflow": "23.10.1"
},
"timestamp": "2024-03-21T21:14:08.389822"
"timestamp": "2024-03-25T08:37:51.702499"
}
}

0 comments on commit fb9e302

Please sign in to comment.