Skip to content

Commit

Permalink
fix md5sum for version file + Alex's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Jan 15, 2025
1 parent 940521c commit 69345fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test__deform_warp.nii.gz",
"test__affine_warp.lta",
[
"versions.yml:md5,6f946408922f25f1a8182d35615b6d7b"
"versions.yml:md5,8a5fc770044eef3575fe68a3f7792976"
]
],
"meta": {
Expand All @@ -14,4 +14,4 @@
},
"timestamp": "2024-12-18T13:10:28.733204"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process {
memory = "40G"
withName: "REGISTRATION_SYNTHREGISTRATION" {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
memory = "40G"
ext.affine = "affine"
ext.warp = "deform"
ext.lambda = 0.9
Expand Down

0 comments on commit 69345fe

Please sign in to comment.