Group-level command shown in tutorial runs into error
See original GitHub issueBoth the below commands run into errror:
mriqc ~/INTRuST_BIDS_tb571/ ~/mriqc-out/ group
mriqc ~/INTRuST_BIDS_tb571/ ~/mriqc-out/ group --participant-label 003GNX007 003GNX012 003GNX021
Error:
2020-03-10 09:49:41,149 mriqc:IMPORTANT
    Running MRIQC version 0.15.2rc1+36.gf6c7066:
      * BIDS dataset path: ~/INTRuST_BIDS_tb571.
      * Output folder: /home/ek520/mriqc-out.
      * Analysis levels: group.
Traceback (most recent call last):
  File "/rfanfs/pnl-zorro/software/pnlpipe3/miniconda3/envs/pnlpipe3/bin/mriqc", line 11, in <module>
    load_entry_point('mriqc==0.15.2rc1+36.gf6c7066', 'console_scripts', 'mriqc')()
  File "/rfanfs/pnl-zorro/software/pnlpipe3/miniconda3/envs/pnlpipe3/lib/python3.6/site-packages/mriqc-0.15.2rc1+36.gf6c7066-py3.6.egg/mriqc/bin/mriqc_run.py", line 295, in main
Exception: No data found. No group level reports were generated.
However, participant level analysis runs fine:
mriqc ~/INTRuST_BIDS_tb571/ ~/mriqc-out/ participant --participant-label 003GNX007 003GNX012 003GNX021
So, am I not running group-level analysis right? I am following the commands shown here: https://mriqc.readthedocs.io/en/stable/running.html#running-mriqc
Issue Analytics
- State:
 - Created 4 years ago
 - Comments:8 (1 by maintainers)
 
Top Results From Across the Web
Group-level command shown in tutorial runs into error #832
Both the below commands run into errror: mriqc ~/INTRuST_BIDS_tb571/ ~/mriqc-out/ group mriqc ... Group-level command shown in tutorial runs into error #832.
Read more >c. Group-level analysis - EEGLAB Wiki
Group-level analyses using EEGLAB scripts. Building a STUDY from the graphic interface (as described in previous sections) calls eponymous MATLAB functions ...
Read more >FreeSurfer Tutorial #3: Recon-all - Andy's Brain Book!
This command, recon-all, is easy to use and requires only a few arguments in ... If you get a permission error when running...
Read more >View errors | Error Reporting - Google Cloud
This guide shows you how to filter and view errors with the Error Reporting ... In addition to filtering, you can sort the...
Read more >Troubleshooting CI/CD - GitLab Docs
If a pipeline does not seem to run at all, with no error message, ... This message is shown when the merge request...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

While trying to find a way around, the following seems to perform group level analysis:
And it is expanding for participant level?
Tried again with expanded paths, didn’t help.