Skip to content

Commit

Permalink
document workdir-user-subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dmd committed Oct 16, 2024
1 parent 3b12f52 commit abcfcdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion micc_fmriprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ def is_dir(dirname):

workdir_group.add_argument(
"--workdir-user-subdir",
help=argparse.SUPPRESS,
help="Rather than using /data/fmriprep-workdir/USERNAME, use a subdirectory of that with the supplied name. "
"This flag is used by iris-fmriprep to ensure that multiple runs "
"of the same subject, but different sessions, do not collide.",
)

versioning.add_argument(
Expand Down

0 comments on commit abcfcdd

Please sign in to comment.