nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
284 stars 128 forks source link

Can not accquire interactive figure of group-level analysis report #1260

Closed WangYunHong98 closed 2 months ago

WangYunHong98 commented 2 months ago

What happened?

Hi everyone

I run the mriqc participant level first and then run group level. However, the group report does not present the interactive figure for me. It's weird.

The group_bold.html is here: a8c84e7443cfab5ca1644e7e20fb971

And the whole output of group analysis: f97a70dfc51cc92672c2b7cff46af18

Best, Yunhong

What command did you use?

singularity run \
        --cleanenv \
        -B ${BIDS_DIR}:/data:ro \
        -B ${OUTPUT_DIR}:/output \
        -B ${WORK_DIR}:/work \
    ${MRIQC} /data /output \
    group \
    -w /work \
    -vv \
    --n_cpus 8 \
    --mem 16000 \
    --write-graph \
    --fd_thres 0.2 \
    --float32 \

What version of the software are you running?

24.1.0dev

How are you running this software?

Singularity

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

No

Please copy and paste any relevant log output.

240411-07:03:31,929 cli IMPORTANT:
         ------------------------------------------------------------------
         Running MRIQC version 24.1.0.dev0+g08aa4550.d20240405
         ------------------------------------------------------------------
           * BIDS dataset path: /data.
           * Output folder: /output.
           * Analysis levels: ['group'].
         ------------------------------------------------------------------

240411-07:03:36,976 cli INFO:
         Group level started...
240411-07:03:44,594 cli INFO:
         Generated summary TSV table for T1w data: /output/group_T1w.tsv
240411-07:03:44,795 cli INFO:
         Group-T1w report generated: /output/group_T1w.html
240411-07:03:45,292 cli INFO:
         Generated summary TSV table for bold data: /output/group_bold.tsv
240411-07:03:45,381 cli INFO:
         Group-bold report generated: /output/group_bold.html
240411-07:03:45,591 cli INFO:
         Group level finished successfully.
240411-07:03:45,592 cli INFO:
         Generating BIDS derivatives metadata.
240411-07:03:45,594 cli INFO:
         MRIQC completed.
--------execution success--------

Additional information / screenshots

No response

oesteban commented 2 months ago

Ha, I was about to open an issue for this thinking it only affects DWI, but it does clearly affect bold.

We will address this asap. Thanks for reporting :)

WangYunHong98 commented 2 months ago

Thanks for your help @oesteban

I'll try the latest version 24.0.0rc6 of mriqc.

Cheers, Yunhong

WangYunHong98 commented 2 months ago

Hi @oesteban

I worked with nipreps/mriqc:24.0.0rc6, but the interactive firure of group-level report for func and anat still lacked.

Best, Yunhong

oesteban commented 2 months ago

@WangYunHong98 that's because the fix has not been released yet. It will be part of rc7

WangYunHong98 commented 2 months ago

@oesteban Thanks for your work for mriqc.