diff --git a/modules/nf-core/decoupler/progeny/tests/main.nf.test b/modules/nf-core/decoupler/progeny/tests/main.nf.test index 4f11519f1d9..ea14c32370c 100644 --- a/modules/nf-core/decoupler/progeny/tests/main.nf.test +++ b/modules/nf-core/decoupler/progeny/tests/main.nf.test @@ -28,7 +28,15 @@ nextflow_process { then { assertAll( { assert process.success }, - { assert snapshot(process.out).match() } + { assert snapshot( + process.out.dc_estimate, + process.out.dc_pvals, + process.out.dc_acts, + process.out.dc_umap, + file(process.out.dc_violin[0][1]).name, + process.out.dc_matrixplot, + process.out.versions + ).match() } ) } diff --git a/modules/nf-core/decoupler/progeny/tests/main.nf.test.snap b/modules/nf-core/decoupler/progeny/tests/main.nf.test.snap index d929f2e8a5e..748b2dc37b4 100644 --- a/modules/nf-core/decoupler/progeny/tests/main.nf.test.snap +++ b/modules/nf-core/decoupler/progeny/tests/main.nf.test.snap @@ -1,115 +1,55 @@ { "decoupler_progeny_test": { "content": [ - { - "0": [ - [ - { - "id": "test" - }, - "progeny_mlm_estimate_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" - ] - ], - "1": [ - [ - { - "id": "test" - }, - "progeny_mlm_pvals_decoupler.tsv:md5,ea8e79e671d1375cc617076afacfc080" - ] - ], - "2": [ - [ - { - "id": "test" - }, - "acts_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" - ] - ], - "3": [ - [ - { - "id": "test" - }, - "umapTrail_louvain_umap.png:md5,ef5c89481d5a2a517a554bc64dac433c" - ] - ], - "4": [ - [ - { - "id": "test" - }, - "violinTrail_violin.png:md5,89be69b7b9d36dcdeee91dd3d5d03584" - ] - ], - "5": [ - [ - { - "id": "test" - }, - "matrixplot_decoupler.png:md5,19243dca42ac80f160dc8eb7da484906" - ] - ], - "6": [ - "versions.yml:md5,1f1551db219b78d1db7614bfa9e178d4" - ], - "dc_acts": [ - [ - { - "id": "test" - }, - "acts_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" - ] - ], - "dc_estimate": [ - [ - { - "id": "test" - }, - "progeny_mlm_estimate_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" - ] - ], - "dc_matrixplot": [ - [ - { - "id": "test" - }, - "matrixplot_decoupler.png:md5,19243dca42ac80f160dc8eb7da484906" - ] - ], - "dc_pvals": [ - [ - { - "id": "test" - }, - "progeny_mlm_pvals_decoupler.tsv:md5,ea8e79e671d1375cc617076afacfc080" - ] - ], - "dc_umap": [ - [ - { - "id": "test" - }, - "umapTrail_louvain_umap.png:md5,ef5c89481d5a2a517a554bc64dac433c" - ] - ], - "dc_violin": [ - [ - { - "id": "test" - }, - "violinTrail_violin.png:md5,89be69b7b9d36dcdeee91dd3d5d03584" - ] - ], - "versions": [ - "versions.yml:md5,1f1551db219b78d1db7614bfa9e178d4" + [ + [ + { + "id": "test" + }, + "progeny_mlm_estimate_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" ] - } + ], + [ + [ + { + "id": "test" + }, + "progeny_mlm_pvals_decoupler.tsv:md5,ea8e79e671d1375cc617076afacfc080" + ] + ], + [ + [ + { + "id": "test" + }, + "acts_decoupler.tsv:md5,4f522c47f5aedcd5b33ea889b7c185b2" + ] + ], + [ + [ + { + "id": "test" + }, + "umapTrail_louvain_umap.png:md5,ef5c89481d5a2a517a554bc64dac433c" + ] + ], + "violinTrail_violin.png", + [ + [ + { + "id": "test" + }, + "matrixplot_decoupler.png:md5,19243dca42ac80f160dc8eb7da484906" + ] + ], + [ + "versions.yml:md5,1f1551db219b78d1db7614bfa9e178d4" + ] ], "meta": { "nf-test": "0.9.2", "nextflow": "24.10.3" }, - "timestamp": "2024-12-18T16:09:34.435031309" + "timestamp": "2024-12-26T14:39:42.92778896" } } \ No newline at end of file