@@ -36,7 +36,8 @@ This App has the following command line arguments:
3636 [--parcellations {aparc,aparc.a2009s} [{aparc,aparc.a2009s} ...]]
3737 [--measurements {area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind}
3838 [{area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind} ...]]
39- [-v]
39+ [-v] [--bids_validator_config BIDS_VALIDATOR_CONFIG]
40+ [--skip_bids_validator]
4041 bids_dir output_dir {participant,group1,group2}
4142 FreeSurfer recon-all + custom template generation.
4243
@@ -72,7 +73,7 @@ This App has the following command line arguments:
7273 Name for the custom group level template generated for
7374 this dataset
7475 --license_file LICENSE_FILE
75- Path to FreeSurfer license key file. To obtain it you
76+ Path to FreeSurfer license key file. To obtain it you
7677 need to register (for free) visit
7778 https://surfer.nmr.mgh.harvard.edu/registration.html
7879 --acquisition_label ACQUISITION_LABEL
@@ -101,6 +102,12 @@ This App has the following command line arguments:
101102 [{area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind} ...]
102103 Group2 option: cortical measurements to extract stats for.
103104 -v, --version show program's version number and exit
105+ --bids_validator_config BIDS_VALIDATOR_CONFIG
106+ JSON file specifying configuration of bids-validator:
107+ See https://github.com/INCF/bids-validator for more
108+ info
109+ --skip_bids_validator
110+ skips bids validation
104111
105112
106113#### Participant level
@@ -136,4 +143,4 @@ cortical parcellation and subcortical segementation run:
136143 bids/freesurfer \
137144 /bids_dataset /outputs group2 \
138145 --license_file "license.txt"
139- Also see * --parcellations* and * --measurements* arguments.
146+ Also see * --parcellations* and * --measurements* arguments.
0 commit comments