Skip to content

Commit 641ff2d

Browse files
committed
update snapshots and remove gsea from dream test
1 parent 47baabe commit 641ff2d

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

tests/test_rnaseq_dream.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nextflow_pipeline {
1111
when {
1212
params {
1313
outdir = "$outputDir"
14-
paramset_name = "dream_rnaseq_gsea"
14+
paramset_name = "dream_rnaseq"
1515
differential_method = null
1616
functional_method = null
1717
}

tests/test_rnaseq_dream.nf.test.snap

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
22
"Test rnaseq dream profile - with toolsheet": {
33
"content": [
4-
2,
4+
10,
55
{
6+
"CUSTOM_FILTERDIFFERENTIALTABLE": {
7+
"pandas": "1.5.2"
8+
},
69
"GTF_TO_TABLE": {
710
"atlas-gene-annotation-manipulation": "1.1.1"
811
},
912
"GUNZIP_GTF": {
1013
"gunzip": 1.1
1114
},
15+
"VALIDATOR": {
16+
"r-shinyngs": "2.2.4"
17+
},
18+
"VARIANCEPARTITION_DREAM": {
19+
"r-base": "4.3.3",
20+
"bioconductor-edger": "4.0.16",
21+
"variancePartition": "1.32.2"
22+
},
1223
"Workflow": {
1324
"nf-core/differentialabundance": "v1.6.0dev"
1425
}
@@ -19,17 +30,30 @@
1930
"pipeline_info/nf_core_differentialabundance_software_versions.yml",
2031
"tables",
2132
"tables/annotation",
22-
"tables/annotation/SRP254919.anno.tsv"
33+
"tables/annotation/SRP254919.anno.tsv",
34+
"tables/differential",
35+
"tables/differential/full_model_with_interactions_SRP254919.dream.results.tsv",
36+
"tables/differential/full_model_with_interactions_SRP254919.dream.results_filtered.tsv",
37+
"tables/differential/interaction_genotype_treatment_SRP254919.dream.results.tsv",
38+
"tables/differential/interaction_genotype_treatment_SRP254919.dream.results_filtered.tsv",
39+
"tables/differential/treatment_plus_genotype_SRP254919.dream.results.tsv",
40+
"tables/differential/treatment_plus_genotype_SRP254919.dream.results_filtered.tsv"
2341
],
2442
[
25-
"SRP254919.anno.tsv:md5,c1d7f21e64bd00f845ec6545c123a1fb"
43+
"SRP254919.anno.tsv:md5,c1d7f21e64bd00f845ec6545c123a1fb",
44+
"full_model_with_interactions_SRP254919.dream.results.tsv:md5,75e9a1dd2e967a01469214c1b8434feb",
45+
"full_model_with_interactions_SRP254919.dream.results_filtered.tsv:md5,114a0af94613a9c218862086b6c2bb4a",
46+
"interaction_genotype_treatment_SRP254919.dream.results.tsv:md5,8b1912c8bb50dc8e01baedbddf08c4e9",
47+
"interaction_genotype_treatment_SRP254919.dream.results_filtered.tsv:md5,2882175ce3930af457addbe732309bee",
48+
"treatment_plus_genotype_SRP254919.dream.results.tsv:md5,8bca571a727671b0bb2879ee27b87c23",
49+
"treatment_plus_genotype_SRP254919.dream.results_filtered.tsv:md5,334f9459e1262b26b00d8b790be89446"
2650
]
2751
],
2852
"meta": {
2953
"nf-test": "0.9.2",
3054
"nextflow": "25.04.2"
3155
},
32-
"timestamp": "2025-05-19T15:15:37.080602433"
56+
"timestamp": "2025-05-29T12:06:03.826977496"
3357
},
3458
"Test rnaseq dream profile - complex contrast": {
3559
"content": [
@@ -87,4 +111,4 @@
87111
},
88112
"timestamp": "2025-05-19T15:17:55.475327757"
89113
}
90-
}
114+
}

0 commit comments

Comments
 (0)