From 89c21b369e7e48b4ae1549e68c7977d405cf837b Mon Sep 17 00:00:00 2001 From: Anthony Gagnon Date: Fri, 29 Nov 2024 17:06:09 +0000 Subject: [PATCH] update meta --- .../registration/antsapplytransforms/meta.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/nf-neuro/registration/antsapplytransforms/meta.yml b/modules/nf-neuro/registration/antsapplytransforms/meta.yml index 83070817..8314569e 100644 --- a/modules/nf-neuro/registration/antsapplytransforms/meta.yml +++ b/modules/nf-neuro/registration/antsapplytransforms/meta.yml @@ -27,10 +27,15 @@ input: description: Reference image for registration pattern: "*.{nii.nii.gz}" - - transform: + - warp: type: file - description: file or tuple of files, transformation file(s) to warp image or trk (*mat or [nii Warp, mat file]). If a rigid or affine transformation needs to be inverted before being applied, use antsApplyTransforms with the -o Linear[inversedTransform,1], as this module does not handles it. - pattern: "*.{nii,nii.gz,mat}" + description: Warp transformation file to warp image or trk. + pattern: "*.{nii,nii.gz}" + + - affine: + type: file + description: Affine or rigig transformation file to warp image or trk (*mat). If a rigid or affine transformation needs to be inverted before being applied, use antsApplyTransforms with the -o Linear[inversedTransform,1], as this module does not handles it. + pattern: "*.mat" output: - meta: