Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmuncy authored May 17, 2022
1 parent d35c8ae commit d06fdff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Pipeline used to take functional data from DICOMs through group-level analyses.
## Entry Points
Following `python setup.py install` or `python setup.py develop`, use the following entry points to trigger cli.

- `check` : print help, run `cli.checks`
- `ashs` : trigger help of `cli.ashs`
- `reface` : trigger help of `cli.reface`
- `fmriprep` : trigger help of `cli.fmriprep`
- `task_subj` : trigger help of `cli.afni_task_subj`
- `rs_subj` : trigger help of `cli.afni_resting_subj`
- `task_group` : trigger help of `cli.afni_task_group`
- `rs_group` : trigger help of `cli.afni_resting_group`
- `check` : print help, run `cli.checks`, used to determine which participants have which preprocessed files.
- `ashs` : trigger help of `cli.ashs`, for running Automated Hippocampal Subfield Segmentation.
- `reface` : trigger help of `cli.reface`, for de/refacing participant T1w files.
- `fmriprep` : trigger help of `cli.fmriprep`, for moving data found in `dset` through FreeSurfer and fMRIPrep.
- `task_subj` : trigger help of `cli.afni_task_subj`, move task EPI output of `fmriprep` through extra preprocessing, deconvolution.
- `rs_subj` : trigger help of `cli.afni_resting_subj`, move resting EPI output of `fmriprep` through extra preprocessing, deconvolution.
- `task_group` : trigger help of `cli.afni_task_group`, conduct group-level task EPI analyses.
- `rs_group` : trigger help of `cli.afni_resting_group`, conduct group-level resting EPI analyses.

## Project organization

Expand Down

0 comments on commit d06fdff

Please sign in to comment.