8000 Add info on freesurfer requirement for bare install to address #1034 by neurorepro · Pull Request #1130 · nipreps/mriqc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add info on freesurfer requirement for bare install to address #1034 #1130

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

Merged
merged 1 commit into from
Sep 13, 2023
Merged
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
10 changes: 10 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ installation should be as easy as::
After installation, make sure that all the necessary binaries are added to the ``$PATH`` environment
variable, for the user that will run ``mriqc``.

Please note that MRIQC requires Freesurfer's Synthstrip tool. If you already have Freesurfer installed,
you can get the requirements with: ::

wget https://github.com/freesurfer/freesurfer/blob/dev/mri_synthstrip/synthstrip.1.pt -P <path_to_your_freesurfer_dir>/models/

.. warning::

You will get the error `The 'model' trait of a _SynthStripInputSpec instance must be a pathlike object or string representing an existing file, but a value of '<undefined>' <class 'str'> was specified.`
if you do not install the previous Freesurfer requirement.

Otherwise, you can follow each software installation guide:
`FSL <http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation>`_,
`AFNI <https://afni.nimh.nih.gov/afni/doc/howto/0>`_,
Expand Down
0