question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Group-level command shown in tutorial runs into error

See original GitHub issue

Both 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:open
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
tashrifbillahcommented, Mar 25, 2020

While trying to find a way around, the following seems to perform group level analysis:

mriqc ~/INTRuST_BIDS_tb571/ ~/mriqc-out/ participant

2020-03-24 22:54:56,030 mriqc:IMPORTANT 
    Running MRIQC version 0.15.2rc1+36.gf6c7066:
      * BIDS dataset path: /home/tb571/Downloads/INTRuST_BIDS/rawdata.
      * Output folder: /tmp/mriqc-ica.
      * Analysis levels: group, participant.
    
...
...
1reaction
tashrifbillahcommented, Mar 24, 2020

Maybe MRIQC is not expanding the user shortcuts (~/) from some paths?

And it is expanding for participant level?

Tried again with expanded paths, didn’t help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found