Skip to content

Commit

Permalink
BUG: Fix requires metadata on mris.Preproc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Apr 30, 2024
1 parent f49846f commit 42b5fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydra/tasks/freesurfer/mris/preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class PreprocSpec(ShellSpec):
"help_string": "source subjects used as input",
"argstr": "--s ...",
"requires": {"measure"},
"xor": {"fsdg_file"},
"xor": {"fsgd_file"},
}
)

Expand Down

0 comments on commit 42b5fc2

Please sign in to comment.