-
Notifications
You must be signed in to change notification settings - Fork 532
Freesurfer longitudinal pipeline - ReconAll flags #3345
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
Comments
Hi, yes, these would be a great addition. |
We are also interested by this interface. Is it still in the works? Otherwise, we would be keen in giving it a go to replace our custom subprocess calls in Clinica. |
Hello, I'm not working any more on this addition. Freesurfer uses and wants a somehow fixed directory structure.
but not for other structures, and I didn't manage to write something enough flexible to be integrated in a nipype workflow or the directory structure of the temp files of a workflow. |
Hello, |
@l-espana if you have already got code that works, that would be a great starting point for a PR to iterate upon. I have been focusing on pydra-freesurfer with plans to backport the longitudinal interface back to |
Sorry, I have pressed close for a mistake :P. I reopen it If someone is still working or want to work to this issue and have some code to share to start with, I would be happy to give my contribution :-). Anyway, my main problem was the following. Let's imagine we have a workflow that runs the single-subject recon-all, so, we have the two recon-all directories in paths like:
The longitudinal pipeline of Freesurfer uses commands like:
and needs that the folders |
I guess I would question leaving recon-all outputs in a temporary workflow directory rather than using, say, a freesurfer derivatives directory and just referencing that as the $SUBJECTS_DIR. (Unless I'm completely misunderstanding...) Working with FreeSurfer data in the past, we usually have to make sure all of the original recons pass inspection before running the rest of the longitudinal pipeline anyways, so it makes sense to me to keep things separated. |
Summary
Hello everybody,
I'm going to implement the flags for the Freesurfer longitudinal pipeline in ReconAll.
I would like to ask if there is interest in a pull request about that.
Actual behavior
The Freesurfer longitudinal pipeline needs
recon-all
flags like-base
-tp
-long
, whose are not implemented yet.The text was updated successfully, but these errors were encountered: