Skip to content

Full freesurfer longitudinal output #2829

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

Closed
butellyn opened this issue Aug 1, 2022 · 2 comments
Closed

Full freesurfer longitudinal output #2829

butellyn opened this issue Aug 1, 2022 · 2 comments

Comments

@butellyn
Copy link

butellyn commented Aug 1, 2022

What would you like to see added in fMRIPrep?

I've noticed that when I run fmriprep with the --longitudinal flag, it does not include the individual session structural output from freesurfer. My understanding is that the freesurfer longitudinal pipeline runs the full cross-sectional pipeline on all sessions, and creates an unbiased single subject template. I also don't see much freesurfer output at all. Does fmriprep clean out most of the freesurfer output when you run it with the --longitudinal flag? It would be nice to have all of it. Below is my call, and my general output:

SINGULARITYENV_TEMPLATEFLOW_HOME=/home/fmriprep/.cache/templateflow \
     singularity run --writable-tmpfs --cleanenv --containall \
     -B /tmp:/tmp -B /projects/b1108:/projects/b1108 \
     -B /projects/b1108/software/freesurfer_license/license.txt:/opt/freesurfer/license.txt \
     -B /projects/b1108/templateflow:/home/fmriprep/.cache/templateflow \ 
     /projects/b1108/software/singularity_images/fmriprep_21.0.2.sif \ 
     /projects/b1108/studies/mwmh/data/raw/neuroimaging/bids/ \
     /projects/b1108/studies/mwmh/data/processed/neuroimaging/fmriprep/ participant --participant-label MWMH352 \
     --longitudinal --nprocs=1 --omp-nthreads=1 \
     -w /projects/b1108/studies/mwmh/data/processed/neuroimaging/work2 \
     --fs-license-file /opt/freesurfer/license.txt --output-spaces MNI152NLin6Asym \
     --skull-strip-template OASIS30ANTs

Output:
Screen Shot 2022-08-01 at 4 45 35 PM
Screen Shot 2022-08-01 at 4 46 05 PM

Do you have any interest in helping implement the feature?

Yes, but I would need guidance

Additional information / screenshots

No response

@effigies
Copy link
Member

effigies commented Dec 3, 2022

Missed this when coming back from summer vacation, apologies. I think this is going to be possible in the near future with nipy/nipype#3529. We will need assistance from somebody familiar with FreeSurfer longitudinal to implement it, however.

@effigies
Copy link
Member

effigies commented Dec 3, 2022

Further discussion should take place in nipreps/smriprep#21.

@effigies effigies closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants