Skip to content

Commit

Permalink
add versions to synthregistration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anroy1 committed Oct 29, 2024
1 parent f0fe828 commit 3b7794a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ nextflow_process {
{ assert snapshot(
file(process.out.warped_image.get(0).get(1)).name,
file(process.out.transfo_image.get(0).get(1)).name,
process.out.versions
).match() }
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"registration - synthregistration": {
"content": [
"test__output_warped.nii.gz",
"test__deform_warp.nii.gz"
"test__deform_warp.nii.gz",
[
"versions.yml:md5,49fb9c85da9f696926d1ab46ef0968fb"
]
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-29T16:10:34.586206022"
"timestamp": "2024-10-29T21:27:01.354960343"
}
}

0 comments on commit 3b7794a

Please sign in to comment.