You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the options for searching should be increased. We are going to want to be able to specify directories we want to search through then continue to children as normal from there. i.e we only want to look in anat directories, but we also want to look at anat directory children. In addition to that, we might want to look at only that level of directory and no further.
There are a couple of priorities I can picture: filtering for the sake of specified output, and filtering to reduce amount of computation. Overall robustness vs. ease of use.
I don't think its worth continuing now, but we should discuss more.
Is there an existing issue for this?
New feature
When using search criteria for directory, won't look past the root directory if the root directory doesn't match search criteria.
├───dataset1
│ ├───sub-01
│ │ ├───anat
│ │ ├───dwi
│ │ └───func
│ ├───sub-02
│ │ ├───anat
│ │ ├───dwi
│ │ └───func
│ ├───sub-03
│ │ ├───anat
│ │ └───dwi
│ └───sub-04
│ ├───anat
│ ├───dwi
│ └───wrong_dir_name
└───derivatives1
├───sub-01
│ ├───pipeline1
│ └───ses-pre
├───sub-02
│ ├───pipeline1
│ │ └───derivatives1
│ └───ses-pre
└───sub-03
├───pipeline1
└───ses-pre
Unclear documentation
No response
The text was updated successfully, but these errors were encountered: