File tree Expand file tree Collapse file tree 2 files changed +59
-26
lines changed
modules/nf-core/ribodetector/tests Expand file tree Collapse file tree 2 files changed +59
-26
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,7 @@ nextflow_process {
5858 then {
5959 assertAll(
6060 { assert process.success },
61- { assert snapshot(
62- process.out.fastq,
63- process.out.log
64- // Note: versions collected via topic, not available in stub mode
65- ).match() }
61+ { assert snapshot(process.out).match() }
6662 )
6763 }
6864
Original file line number Diff line number Diff line change 11{
22 " ribodetector - stub rnaseq PE input" : {
33 " content" : [
4- [
5- [
6- {
7- " id" : " test" ,
8- " single_end" : false
9- },
4+ {
5+ " 0" : [
106 [
11- " test.nonrna.1.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" ,
12- " test.nonrna.2.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
7+ {
8+ " id" : " test" ,
9+ " single_end" : false
10+ },
11+ [
12+ " test.nonrna.1.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" ,
13+ " test.nonrna.2.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
14+ ]
15+ ]
16+ ],
17+ " 1" : [
18+ [
19+ {
20+ " id" : " test" ,
21+ " single_end" : false
22+ },
23+ " test.log:md5,d41d8cd98f00b204e9800998ecf8427e"
24+ ]
25+ ],
26+ " 2" : [
27+ [
28+ " RIBODETECTOR" ,
29+ " ribodetector" ,
30+ " 0.3.2"
31+ ]
32+ ],
33+ " fastq" : [
34+ [
35+ {
36+ " id" : " test" ,
37+ " single_end" : false
38+ },
39+ [
40+ " test.nonrna.1.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" ,
41+ " test.nonrna.2.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
42+ ]
43+ ]
44+ ],
45+ " log" : [
46+ [
47+ {
48+ " id" : " test" ,
49+ " single_end" : false
50+ },
51+ " test.log:md5,d41d8cd98f00b204e9800998ecf8427e"
52+ ]
53+ ],
54+ " versions_ribodetector" : [
55+ [
56+ " RIBODETECTOR" ,
57+ " ribodetector" ,
58+ " 0.3.2"
1359 ]
1460 ]
15- ],
16- [
17- [
18- {
19- " id" : " test" ,
20- " single_end" : false
21- },
22- " test.log:md5,d41d8cd98f00b204e9800998ecf8427e"
23- ]
24- ]
61+ }
2562 ],
2663 " meta" : {
27- " nf-test" : " 0.9.2 " ,
64+ " nf-test" : " 0.9.3 " ,
2865 " nextflow" : " 25.10.0"
2966 },
30- " timestamp" : " 2025-11-29T18:00:56.023264 "
67+ " timestamp" : " 2025-11-29T20:07:13.509994907 "
3168 }
32- }
69+ }
You can’t perform that action at this time.
0 commit comments