Summary of what happened:
Dear group,
Perhaps I do not understand the consequences of some of these flags!
I ran qsirecon, and it produced the expected reconstructions and reported no errors. However, the figures directory is empty and the report is pretty sad looking without any figures.
Does this: --skip-odf-reports --recon-only
prevent the creation of the report figures entirely?
I tried running with the --reports_only
flag, but the figures directory remains empty.
Thank you for your insights.
Command used
export SIF=/contrib/singularity/shared/neuroimaging
export MRIS=/groups/dkp/Batch/CAM003_bids_data
Subject=${sub}
singularity run --cleanenv --bind ${MRIS}/data:/data:ro \
--bind ${MRIS}/derivatives2/qsiprep:/qsiprep-output:ro \
--bind ${MRIS}/derivatives2:/out \
--bind ${MRIS}/qsi_work3:/work \
${SIF}/qsiprep.sif /data /out participant \
--participant_label ${Subject} \
--recon-input /qsiprep-output \
--recon-spec mrtrix_multishell_msmt_ACT-hsvs \
--stop-on-first-crash \
--output-resolution 1.3 -w /work -v -v \
--n-cpus 16 --omp-nthreads 15 \
--skip-odf-reports --recon-only \
--fs-license-file ${HOME}/license.txt \
--freesurfer_input /out/fmriprep2301/sourcedata/freesurfer
Version:
qsiprep 0.16.1
(also tried with qsiprep 0.17.0)
I also tried several reconstruction algorithms. None produce figures in the derivatives/qsirecon directory
Environment (Docker, Singularity, custom installation):
Apptainer running on HPC cluster
Data formatted according to a validatable standard? Please provide the output of the validator:
This is a BIDS-validated dataset used for testing.