-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FIX] path generated by BABS is too long for freesurfer to function/run properly #138
Comments
ah, is it because the path is too long for freesurfer? @mattcieslak |
unfortunately it looks like it. This bug is awful |
oh no... that doesn't sound good... let me talk to @djarecka tomorrow first and see whether we can come up with some plans to fix it. will keep you updated |
.git
in the path
I'm closing the issue for now, as it seems the lengthy path is mainly generated by fMRIPrep, so it's probably out of the scope of BABS. |
some updates for this one, see my post here, maybe BABS can do something to make this path shorter as it does in The Script? |
Hi Yibei! @mattcieslak suggested this: since the issue is when running And for the After changing this, you might or might not need to change other relative paths in the scripts - may be try out and see? |
Hi Chenying! Yes, I agree, it should be something to do with binding. if I change that line to
|
You'd need to change your command to
|
thanks! it works! before changing, fmriprep node path is I think this is the solution then! should we make a PR for babs? I can work on it if @zhao-cy tells me which file I should look into. |
I think it might be our only option to ensure the filenames are ok, but it does have some negative side effects. For example, if someone looks through their error logs, they'll see an error regarding a file in |
sounds good! (now thinking where do we want to put this documentation, do we want a separate FAQ page? |
Hi Yibei! How about we create a new webpage, called |
sound good! I can do it, mostly likely next week unless I get bored tomorrow then I'll do it tomorrow (very low probability haha) |
btw, this is where related to binding, right? and we need more than one Lines 431 to 432 in 6d6e5d9
|
Notes:
Current plan: enhance this before the next major release of BABS. |
as mentioned in this issue #137 i'm using fmriprep thru babs and encountered problem with
midthickness
.I reported the details about this error on neurostars (I thought it was a fmriprep/freesurfer issue)
it turns out that
the .git folder having a period in it is causing issues
@zhao-cy you have tested BABS with freesurfer before, right? did you encounter anything similar?
The text was updated successfully, but these errors were encountered: