forked from nipreps/smriprep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. cf. nipreps#224
- Loading branch information
Showing
1 changed file
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters