-
Notifications
You must be signed in to change notification settings - Fork 40
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
Using pre-run Freesurfer #4
Comments
I'm sorry, I meant to respond to this earlier. The issue here is going to be that nipype's ReconAll interface evidently doesn't recognize a longitudinal reconstruction as complete, and attempts to resume. In order to correctly handle this, we'll need to understand more about what the expected output of
If you're feeling ambitious, the place this would need to be changed will be in these two sections: We'd need ways of identifying a longitudinal subject and a new set of "steps" for the longitudinal analyses. |
Hi, I know I'm late to the game here, but I'm running into the same issue and I can provide you with what you're looking for. Official freesurfer instructions can be found here For a single participant, with two time points, I first run a cross sectional recon-all for each time point Time 1:
Time 2:
Then I created a base template from the cross-sectional scans for the participant:
Finally we use the newly created base to create a longitudinally processed image at each timepoint: Time 1:
Time 2:
I've attached a full directory structure of a longitudinally processed participant. Please let me know if there's anything else you need and thanks for your help! |
@pettitta I'm just seeing this right now. I'm curious if this solution works for allowing FMRIPrep/Nipype to identify that Freesurfer has already been run and correctly import the expected folders? Also, have you tried this with the BIDS/Freesurfer docker, which does all of these steps? |
Was this ever addressed/documented? Thanks for your patience. |
I'll close this and welcome anyone who reopens it because it wasn't correctly addressed. |
This isn't done, as it's about using longitudinal FreeSurfer. #21 should cover that. |
Let's then redirect everyone to the longitudinal FS issue you linked. |
I recognize that this concept has been addressed in poldracklab/fmriprep#1182 and I have read that thread prior to posting here. I have previously posted here on this topic but I'll refresh it for the current error. I have the most current version of fmriprep (updated today).
I have run Freesurfer (BIDS/Freesurfer v 6.0) using a longitudinal pipeline for 29 participants. The output from that is currently in
OUTDIR/freesurfer
. I now am trying to fmriprep. I've run on a single subject in order to assess the usability of the prior freesurfer run. The process completed and I received the reports for the subject. However, none of the freesurfer derivatives are present. A careful inspection of the logs reveals that it finds the pre-run Freesurfer directory but doesn't utilize it.Here is the error message:
I am attaching the log file with the error. Here's the commands for fmriprep:
Any help would be appreciated
crash_log.txt
The text was updated successfully, but these errors were encountered: