Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
arg parse edits
  • Loading branch information
audreymhoughton authored Feb 22, 2023
1 parent 7608a2b commit 287334c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_params_from_JSON(stage_names, logger):
help=("Positive integer, the participant's age in months. For "
"example, -age 5 would mean the participant is 5 months old. "
"Include this argument unless the age in months is specified in "
"the sessions.tsv file inside the BIDS input directory.")
"each subject's sub-{}_sessions.tsv file inside its BIDS input directory.")
)
parser.add_argument(
"-end", "--ending-stage", dest="end",
Expand Down Expand Up @@ -195,7 +195,7 @@ def get_params_from_JSON(stage_names, logger):
parser.add_argument(
"-z", "--brain-z-size", action="store_true",
help=("Include this flag to infer participants' brain height (z) "
"using the sessions.tsv brain_z_size column. Otherwise, "
"using the sub-{}_sessions.tsv brain_z_size column. Otherwise, "
"CABINET will estimate the brain height from the participant "
"age and averages of a large sample of infant brain heights.") # TODO rephrase
)
Expand Down

0 comments on commit 287334c

Please sign in to comment.