-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to specify path for t2? #6
Comments
By the way, I have something like this in the run.yml
I just don't know how to specify -hippocampal-subfields-T1T2 option for the autorecon-options. |
Actually, I just learned that
Is it possible to add a step after recon-all to run one of these commands? I think this actually make it easier to handle hoppocampal-subfields option as I don't have to worry about T2 path anymore. |
Sure - how would you like to specify that option? How about:
|
Yes, something like that would work nicely! Here is a bit more information about the usage of these scripts
For
I think ANALYSIS_ID can set it to any ID (or you can make it configurable?) I think USE_T1 should always be "1".. but I am not sure if someone actually just want to use T2 only. Also, these scripts uses MATLAB runtime, so you will need to have MATLAB runtime installed inside the container for it to work. I have something like this in my Docker container for freesurfer.
|
…ultiple Freesurfer versions (closes #5)
I am trying to figure out how to set
-hippocampal-subfields-T1T2
option for autorecon-options in run.yml. This option requires path to the T2 file if specified.Currently, I have the following script to customize the command line option based on user input.
Since I can't just use the local path for T2 in autorecon-options (right?) I am not sure how to go about specifying this option. Is it possible to set this option?
The text was updated successfully, but these errors were encountered: