Skip to content

Commit

Permalink
Merge pull request #37 from jdkent/workaround/bids-validator
Browse files Browse the repository at this point in the history
Workaround/bids validator
  • Loading branch information
chrisgorgo authored Nov 4, 2017
2 parents d50e6f3 + 0ed815a commit 81fde04
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 120 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ This App has the following command line arguments:
[--parcellations {aparc,aparc.a2009s} [{aparc,aparc.a2009s} ...]]
[--measurements {area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind}
[{area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind} ...]]
[-v]
[-v] [--bids_validator_config BIDS_VALIDATOR_CONFIG]
[--skip_bids_validator]
bids_dir output_dir {participant,group1,group2}
FreeSurfer recon-all + custom template generation.

Expand Down Expand Up @@ -72,7 +73,7 @@ This App has the following command line arguments:
Name for the custom group level template generated for
this dataset
--license_file LICENSE_FILE
Path to FreeSurfer license key file. To obtain it you
Path to FreeSurfer license key file. To obtain it you
need to register (for free) visit
https://surfer.nmr.mgh.harvard.edu/registration.html
--acquisition_label ACQUISITION_LABEL
Expand Down Expand Up @@ -101,6 +102,12 @@ This App has the following command line arguments:
[{area,volume,thickness,thicknessstd,meancurv,gauscurv,foldind,curvind} ...]
Group2 option: cortical measurements to extract stats for.
-v, --version show program's version number and exit
--bids_validator_config BIDS_VALIDATOR_CONFIG
JSON file specifying configuration of bids-validator:
See https://github.com/INCF/bids-validator for more
info
--skip_bids_validator
skips bids validation


#### Participant level
Expand Down Expand Up @@ -136,4 +143,4 @@ cortical parcellation and subcortical segementation run:
bids/freesurfer \
/bids_dataset /outputs group2 \
--license_file "license.txt"
Also see *--parcellations* and *--measurements* arguments.
Also see *--parcellations* and *--measurements* arguments.
Loading

0 comments on commit 81fde04

Please sign in to comment.