Skip to content

Commit d16add7

Browse files
committed
Update snapshots, remove forgotten view.
1 parent 56c1af5 commit d16add7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

tests/.nftignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ multiqc/multiqc_report.html
1010
nf-core_*/gantt/*_gantt.html
1111
pipeline_info/*.{html,json,txt,yml}
1212
**/runs_dump/**/service-info.json
13+
benchmark_report/benchmark_report.html

tests/main.nf.test.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,23 @@
151151
"nf-test": "0.9.2",
152152
"nextflow": "24.10.4"
153153
},
154-
"timestamp": "2025-04-30T01:20:14.1003"
154+
"timestamp": "2025-04-30T02:04:58.464733"
155155
},
156156
"-profile test_benchmark": {
157157
"content": [
158-
0,
158+
1,
159159
{
160+
"BENCHMARK_REPORT": {
161+
"r": "4.4.2",
162+
"quarto-cli": "1.5.55"
163+
},
160164
"Workflow": {
161165
"seqeralabs/nf-aggregate": "0.6.0"
162166
}
163167
},
164168
[
169+
"benchmark_report",
170+
"benchmark_report/benchmark_report.html",
165171
"pipeline_info",
166172
"pipeline_info/collated_software_mqc_versions.yml"
167173
],
@@ -173,6 +179,6 @@
173179
"nf-test": "0.9.2",
174180
"nextflow": "24.10.4"
175181
},
176-
"timestamp": "2025-04-29T13:14:19.800151"
182+
"timestamp": "2025-04-30T02:09:18.441826"
177183
}
178184
}

workflows/nf_aggregate/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ workflow NF_AGGREGATE {
3636
fetch_run_dumps: true
3737
}
3838
.set { ids_split }
39-
ids_split.external.view()
4039

4140
ch_versions = Channel.empty()
4241
ch_multiqc_files = Channel.empty()

0 commit comments

Comments
 (0)