Skip to content
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

[WIP] FIX: Anatomic fast track (except freesurfer/surface rec.) #272

Closed
wants to merge 1 commit into from

Commits on Nov 26, 2021

  1. FIX: Anatomic fast track (except freesurfer/surface rec.)

    What my patch does is to rely on pybids layout instead of bids build_path in order to retrieve the fast_track derivatives files.
    Pybids layout does adapt to any bids-valid naming scheme, while build_path does not, but rather directly assumes the file name.
    
    So far, examples that make fast-track fails include:
    
    - subjects with a single T1 (as the path is different since no template is made)
    - subjects with T1 containing run-x segments within the name.
    
    EXAMPLE:
    In my case, IBC has been failing (without fix) for some subjects, modified/reduced day2day datasets too.
    IBC openneuro: https://openneuro.org/datasets/ds002685/versions/1.3.1
    day2day upon request: https://bmcneurosci.biomedcentral.com/articles/10.1186/s12868-017-0383-y
    
    WARNING:
    This fix is less restrictive than previous version, thus might select too much files.
    This risk should properly be assessed.
    
    WARNING:
    freesurfer files aren't fixed.
    
    cf. nipreps#224
    nuKs committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6b15bca View commit details
    Browse the repository at this point in the history