AFNI version info (afni -ver): AFNI_26.1.01, linux_openmp_64, May 05 2026
System: Ubuntu 24.04 Noble Numbat, x86_64
Problem:
After running afni_proc.py for resting state data, the APQC HTML report is missing the volumetric QC blocks: vorig, ve2a (EPI-to-anat alignment), and va2t (anat-to-template). Only the mot, regr, warns, and qsumm blocks appear.
The preprocessing itself completed without errors. The issue is only with the QC HTML generation.
What I found:
In out.ss_review_uvars.json, the align_anat entry points to a file that does not exist:
"align_anat": "sub-001_al_keep+orig.HEAD"
The actual alignment file in the results directory is:
sub-001_ses-01_T1w_al_junk+orig.HEAD
I also note that templ_vol is not present in the uvars JSON, only template.
I tried patching the uvars JSON manually to point to the correct file and adding templ_vol, then rerunning apqc_make_html.py, but the volumetric blocks still did not appear.
afni_proc.py command used:
afni_proc.py -subj_id sub-001 -copy_anat sub-001/ses-01/anat/sub-001_ses-01_T1w.nii.gz -dsets sub-001/ses-01/func/sub-001_ses-01_task-rest_bold.nii.gz -blocks tshift align tlrc volreg blur mask scale regress -radial_correlate_blocks tcat volreg regress -tcat_remove_first_trs 1 -align_unifize_epi local -align_opts_aea -cost lpc+ZZ -giant_move -check_flip -tlrc_base /home/rodtif/abin/MNI152_2009_template_SSW.nii.gz -tlrc_NL_warp -volreg_align_to MIN_OUTLIER -volreg_align_e2a -volreg_tlrc_warp -volreg_compute_tsnr yes -mask_epi_anat yes -blur_size 6 -regress_motion_per_run -regress_censor_motion 0.3 -regress_censor_outliers 0.05 -regress_apply_mot_types demean deriv -regress_bandpass 0.01 0.1 -regress_est_blur_epits -regress_est_blur_errts -regress_run_clustsim no -html_review_style pythonic -execute
Question:
Is the al_keep vs al_junk filename mismatch a known issue in 26.1.01? Is there a fix or workaround to get the volumetric QC blocks to appear in the HTML? Thank you!!
Update:
The .niivue.html files in the QC media folder contain only empty placeholder divs:
No NiiVue JavaScript or brain data references are present in these files.