I would like the following precomputed files to be used by fmriprep instead of it re-running the below steps
Skull-stripped mask
My own 3 tissue type mask for 7T anatomical processing instead of FSL FAST since it does not do a good job of separating GM-WM for 7T MP2RAGE. When I placed the *dseg.nii.gz and *probseg.nii.gz labels in the anat derivative folder it would replace the current files during the run.
And I would also like to use the freesurfer 8.0 output instead of 7.3 and in order to use precomputed output for downstream processing, can I use this flag “–fs-no-resume”? after placing the freesurfer output in */sourcedata/freesurfer/$subj/? At this point fsaverage files are not created.
I ran fmriprep with your recommended arguments, which is using a custom 3-tissue type mask and pointed the command to freesurfer directory (ran on native T1) and derivatives directory.
I ran with this space argument --output-spaces MNI152NLin2009cAsym:res-native fsnative. This created a transformed *aseg_dseg.nii.gz file to ACPC space due to fsnative argument, right? But since the native T1 was already present in the anat folder the BOLD images were no longer aligned with the native T1.
To avoid this misalignment issue should I re-run them using this argument instead --output-spaces MNI152NLin2009cAsym:res-native T1w?
How did you specify the -d flag in the command? I am not sure the files will be used if they are not organized in BIDS style folders, e.g., in derivatives/{whatever you named the -d argument}/sub-C126/ses-01/anat/. And if you are using session specific anatomicals instead of a subject average template, you should specify the --subject-anatomical-reference sessionwise.
Here is the full command. Since I have already included a session label --session-label 01 for this run, I think it was able to access /derivatives/sub-C126/ses-01/anat/
In the future, please format your code for readability using tickmarks / the </> button in the text editor. You can see I have updated your above posts for you.
Not sure this is right. You have mounted the same folder twice to the container with different names. That could cause weirdness and is not recommended. Also, I believe the operation will work better if the precompted derivatives are in a place separated from the main fmriprep outputs.