Skip to content

Commit

Permalink
Use nifti md5sum assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
anroy1 committed Aug 29, 2024
1 parent a85334e commit 8d014ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ nextflow_process {
assertAll(
{ assert process.success },
{ assert snapshot(
file(process.out.warped_image.get(0).get(1)).name,
file(process.out.deform_transform.get(0).get(1)).name,
file(process.out.init_transform.get(0).get(1)).name,
Nifti_md5sum(process.out.warped_image.get(0).get(1)),
Nifti_md5sum(process.out.deform_transform.get(0).get(1)),
file(process.out.init_transform.get(0).get(1)),
process.out.versions
).match() }
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"registration - synthregistration": {
"content": [
"test__output_warped.nii.gz",
"test__deform_warp.nii.gz",
"test__init_warp.lta",
"test__output_warped.nii.gz:md5,b8f38768bc1e0860593f3282c41f1551",
"test__deform_warp.nii.gz:md5,a7b8ffcf75af954087b4993717db90c0",
"test__init_warp.lta:md5,8759b302c2609351b3467ef4ceaac0af",
[
"versions.yml:md5,49fb9c85da9f696926d1ab46ef0968fb"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0-rc1",
"nextflow": "24.04.4"
},
"timestamp": "2024-06-06T13:03:51.883573"
"timestamp": "2024-08-15T17:53:02.358738"
}
}

0 comments on commit 8d014ce

Please sign in to comment.