JohannesWiesner / nisupply

A python module for data management of semi/unstructured neuroimaging datasets
MIT License
3 stars 0 forks source link

find_files file_prefix argument should allow regexes #15

Closed JohannesWiesner closed 4 months ago

JohannesWiesner commented 1 year ago

I have one example where each of the files starts with the subject id. In this case I cannot use file_prefix because the beginning of the filename is never the same. Regex would allow to skip the first part of the string until you end up with a unique identifier.