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

BCP pattern matching dwi sbref typo? #1

Open
dmoracze opened this issue Dec 6, 2022 · 0 comments
Open

BCP pattern matching dwi sbref typo? #1

dmoracze opened this issue Dec 6, 2022 · 0 comments

Comments

@dmoracze
Copy link

dmoracze commented Dec 6, 2022

pattern_search_scans.csv

dwi | (?=.*sbref)(?=.*dwi)(?=.*AP).*\|(?=.*sbref)(?=.*dmri)(?=.*AP).* | sub-{bids_pid}_ses-{bids_age}_acq-dir79_dir-AP_run-{run_number:03d}_sbref{ext}
dwi | (?=.*sbref)(?=.*dwi)(?=.*AP).*\|(?=.*sbref)(?=.*dmri)(?=.*PA).* | sub-{bids_pid}_ses-{bids_age}_acq-dir79_dir-PA_run-{run_number:03d}_sbref{ext}

Shouldn't the 2nd line, the PA_sbref pattens, both be (?=.*PA)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant