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

Can't run mriqc group analysis on a subset of the sample (separate echos) #1353

Open
caaam3 opened this issue Aug 30, 2024 · 2 comments
Open
Labels

Comments

@caaam3
Copy link

caaam3 commented Aug 30, 2024

What happened?

I have multiecho data and I have ran mriqc on the participant level for all participants for each echo separately using bids-filter-file. Now I want to run a group analysis for each echo separately as I don't want all echos in the same group report. I have specified that in the bids-filter-file and when I run the code it identifies it as a filter and later on in the config file in logs it also only selects the first echo as intended. However, the generated reports are of all echos together.

What command did you use?

docker run -it --rm -v <bids_root_dir>:/data:ro -v <output_dir>:/out \
-v <bids-filter-file_dir>:<bids-filter-file_dir> \
nipreps/mriqc:24.0.2 /data /out group \
--task-id nf \
--bids-filter-file <dir> \
--verbose-reports \
--no-sub \
-w <output_dir>/group/echo1

What version of the software are you running?

24.1.0 and in the latest try 24.0.2 (see above) although it still shows 24.1.0. in logs

How are you running this software?

Docker

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

No

Please copy and paste any relevant log output.

No response

Additional information / screenshots

No response

@caaam3 caaam3 added the bug label Aug 30, 2024
@Remi-Gau
Copy link

I may be wrong but I think bids-filter are not yet supported at the group level, no?

Or more specifically you can pass a bids filter file but it won't affect the output.

@caaam3
Copy link
Author

caaam3 commented Sep 18, 2024

Yeah, that seems to be the case since it recognizes the filter file but it doesn't get used. I ended up having to separate the different echos into different folders in order to get separate group reports.

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

No branches or pull requests

2 participants