Skip to content

Commit

Permalink
update test in gprofiler2
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Jan 21, 2025
1 parent d88df5d commit 3b3a05f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions modules/nf-core/gprofiler2/gost/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,8 @@ nextflow_process {
{ assert snapshot(
process.out.all_enrich,
process.out.sub_enrich,
[
file(process.out.plot_png[0][1]).name,
file(process.out.sub_plot[0][1][0]).name,
file(process.out.sub_plot[0][1][1]).name,
file(process.out.sub_plot[0][1][2]).name,
file(process.out.sub_plot[0][1][3]).name,
file(process.out.sub_plot[0][1][4]).name,
file(process.out.sub_plot[0][1][5]).name,
file(process.out.sub_plot[0][1][6]).name,
file(process.out.sub_plot[0][1][7]).name,
file(process.out.sub_plot[0][1][8]).name,
], // assert unstable file
file(process.out.plot_png[0][1]).name, //assert unstable file
process.out.sub_plot[0][1].collect{ file(it).name }, //assert unstable file
process.out.filtered_gmt,
process.out.session_info.collect{ meta,session_info -> file(session_info).name }, //assert unstable file
process.out.versions,
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/gprofiler2/gost/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
]
]
],
"Condition_genotype_WT_KO.gprofiler2.gostplot.png",
[
"Condition_genotype_WT_KO.gprofiler2.gostplot.png",
"Condition_genotype_WT_KO.gprofiler2.GO:BP.sub_enriched_pathways.png",
"Condition_genotype_WT_KO.gprofiler2.GO:CC.sub_enriched_pathways.png",
"Condition_genotype_WT_KO.gprofiler2.GO:MF.sub_enriched_pathways.png",
Expand Down Expand Up @@ -67,7 +67,7 @@
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-21T11:20:46.746311783"
"timestamp": "2025-01-21T11:29:54.746689985"
},
"stub": {
"content": [
Expand Down Expand Up @@ -276,6 +276,6 @@
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-21T11:22:25.04488011"
"timestamp": "2025-01-21T11:31:33.394855046"
}
}

0 comments on commit 3b3a05f

Please sign in to comment.