Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Update reconstruction.rst to use dashes in flags instead of underscores #801

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/reconstruction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ To use a pre-packaged workflow, simply provide the name from the leftmost column

$ qsiprep-docker \
/path/to/bids /path/for/reconstruction/outputs participant \
--recon_input /output/from/qsiprep \
--recon_spec dsi_studio_gqi \
--recon-input /output/from/qsiprep \
--recon-spec dsi_studio_gqi \
--fs-license-file /path/to/license.txt


Expand Down Expand Up @@ -164,8 +164,8 @@ You can run::

$ qsiprep-docker \
derivatives/qsiprep derivatives participant \
--recon_input derivatives/qsiprep \
--recon_spec mrtrix_multishell_msmt_ACT-hsvs \
--recon-input derivatives/qsiprep \
--recon-spec mrtrix_multishell_msmt_ACT-hsvs \
--freesurfer-input derivatives/freesurfer \
--fs-license-file /path/to/license.txt

Expand Down Expand Up @@ -520,8 +520,8 @@ Assuming this file is called ``qgi_scalar_export.json`` and you've installed

$ qsiprep-docker \
/path/to/bids /where/my/reconstructed/data/goes participant \
--recon_input /output/from/qsiprep \
--recon_spec gqi_scalar_export.json \
--recon-input /output/from/qsiprep \
--recon-spec gqi_scalar_export.json \
--fs-license-file /path/to/license.txt


Expand Down