Skip to content

Commit 08ea7bd

Browse files
committed
update pipeline test
1 parent 793cfa1 commit 08ea7bd

File tree

2 files changed

+61
-2
lines changed

2 files changed

+61
-2
lines changed

tests/default.nf.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ nextflow_pipeline {
2323
assertAll(
2424
{ assert workflow.success},
2525
{ assert snapshot(
26+
// Number of successful tasks
27+
workflow.trace.succeeded().size(),
28+
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
29+
removeNextflowVersion("$outputDir/pipeline_info/nf_core_lsmquant_software_mqc_versions.yml"),
2630
// All stable path name, with a relative path
2731
stable_name,
2832
// All files with stable contents
@@ -51,6 +55,8 @@ nextflow_pipeline {
5155
{ assert snapshot(
5256
// Number of successful tasks
5357
workflow.trace.succeeded().size(),
58+
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
59+
removeNextflowVersion("$outputDir/pipeline_info/nf_core_lsmquant_software_mqc_versions.yml"),
5460
// All stable path name, with a relative path
5561
stable_name,
5662
// All files with stable contents

tests/default.nf.test.snap

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
"default test gpu -stub": {
33
"content": [
44
11,
5+
{
6+
"MAT2JSON": {
7+
"mat2json": "1.0.0"
8+
},
9+
"NUMORPH3DUNET": {
10+
"numorph-3dunet": "1.0.0"
11+
},
12+
"NUMORPHALIGN": {
13+
"numorph_align": "1.0.0"
14+
},
15+
"NUMORPHSTITCH": {
16+
"numorph_stitch": "1.0.0"
17+
},
18+
"NUMORPH_INTENSITY": {
19+
"numorph_intensity": "1.0.0"
20+
},
21+
"UNZIP": {
22+
"7za": 16.02
23+
},
24+
"VALIDATE_PARAMETERS": {
25+
"numorph_param_validation": "1.0.0"
26+
},
27+
"Workflow": {
28+
"nf-core/lsmquant": "v1.0.0"
29+
}
30+
},
531
[
632
"mat2json",
733
"mat2json/preprocessing",
@@ -53,14 +79,41 @@
5379
"params_TEST1_lsmquant.csv:md5,a1edc3a22e8f390e473102d0193a8f1c"
5480
]
5581
],
56-
"timestamp": "2026-03-20T12:43:58.032799222",
82+
"timestamp": "2026-03-20T13:18:41.89714723",
5783
"meta": {
5884
"nf-test": "0.9.4",
5985
"nextflow": "25.10.3"
6086
}
6187
},
6288
"default test gpu": {
6389
"content": [
90+
15,
91+
{
92+
"MAT2JSON": {
93+
"mat2json": "1.0.0"
94+
},
95+
"NUMORPH3DUNET": {
96+
"numorph-3dunet": "1.0.0"
97+
},
98+
"NUMORPHALIGN": {
99+
"numorph_align": "1.0.0"
100+
},
101+
"NUMORPHSTITCH": {
102+
"numorph_stitch": "1.0.0"
103+
},
104+
"NUMORPH_INTENSITY": {
105+
"numorph_intensity": "1.0.0"
106+
},
107+
"UNZIP": {
108+
"7za": 16.02
109+
},
110+
"VALIDATE_PARAMETERS": {
111+
"numorph_param_validation": "1.0.0"
112+
},
113+
"Workflow": {
114+
"nf-core/lsmquant": "v1.0.0"
115+
}
116+
},
64117
[
65118
"mat2json",
66119
"mat2json/preprocessing",
@@ -526,7 +579,7 @@
526579
"params_TEST1_lsmquant.csv:md5,a1edc3a22e8f390e473102d0193a8f1c"
527580
]
528581
],
529-
"timestamp": "2026-03-20T12:43:17.391368915",
582+
"timestamp": "2026-03-20T13:17:57.078651506",
530583
"meta": {
531584
"nf-test": "0.9.4",
532585
"nextflow": "25.10.3"

0 commit comments

Comments
 (0)