-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello,
Let's say I have a subject with 4 sessions. They get anatomicals on sessions 1 and 3. Functional scans are done on all four sessions.
On Docker I can run fmriprep per participant and it handles all sessions and all tasks.
On fmriprep on brainlife through pipeline it appears I have to specify only one functional task at a time. Even when I do that and it runs, it does not appear to process any functional tasks in sessions that do not include an anat file. So functional tasks in sessions 2 and 4 are ignored completely.
Is there a way I can just have it run per subject and handle all sessions all tasks? Or at least be able to get the functional tasks in sessions 2 and 4 to work? Or is best case scenario to copy over the anat files into sessions 2 and 4?
Thanks!