Skip to content

Commit

Permalink
Trying to get deterministic results
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Jan 17, 2025
1 parent 5cf46fe commit cfc5748
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- bioconda
dependencies:
- bioconda::r-shinyngs=2.1.0
- conda-forge::r-base=4.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ nextflow_process {
then {
assertAll (
{ assert process.success },
{ assert snapshot(
file(process.out.volcanos_png[0][1]).name, //assert unstable file
process.out.volcanos_html,
process.out.versions
).match()
}
{ assert snapshot(process.out).match() }
)
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,50 @@
{
"test": {
"content": [
"volcano.png",
[

],
[
"versions.yml:md5,45c5f38af38a536b8a0869946c746adf"
]
{
"0": [
[
{
"id": "treatment_mCherry_hND6_",
"variable": "treatment",
"reference": "mCherry",
"target": "hND6",
"blocking": ""
},
"volcano.png:md5,32d82a790e028f9476972a7f38190430"
]
],
"1": [

],
"2": [
"versions.yml:md5,45c5f38af38a536b8a0869946c746adf"
],
"versions": [
"versions.yml:md5,45c5f38af38a536b8a0869946c746adf"
],
"volcanos_html": [

],
"volcanos_png": [
[
{
"id": "treatment_mCherry_hND6_",
"variable": "treatment",
"reference": "mCherry",
"target": "hND6",
"blocking": ""
},
"volcano.png:md5,32d82a790e028f9476972a7f38190430"
]
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-17T12:01:51.447441326"
"timestamp": "2025-01-17T12:25:26.403491567"
},
"stub": {
"content": [
Expand Down

0 comments on commit cfc5748

Please sign in to comment.