Replies: 1 comment
-
I ended up solving this issue. I needed to add the local atlas to the template again in confound correction |
Beta Was this translation helpful? Give feedback.
-
I ended up solving this issue. I needed to add the local atlas to the template again in confound correction |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm running into the trait error:
when running confound correction. I ran the preprocessing step with the following code where the template was defined and had no issues:
docker run -it --rm -v /mnt/data/data/younk017/Fischer344_rat_atlas/Fischer344_nii_v4/:/template/ -v $PWD/bids_brkraw_orient:/bids_brkraw_orient:ro -v $PWD/OCF4_preprocess_outputs:/OCF4_preprocess_outputs ghcr.io/cobralab/rabies:latest -p MultiProc preprocess /bids_brkraw_orient/ /OCF4_preprocess_outputs/ --isotropic_HMC --detect_dummy --anat_robust_inho_cor apply=true,masking=false,brain_extraction=false,template_registration=SyN --bold_robust_inho_cor apply=true,masking=false,brain_extraction=false,template_registration=SyN --apply_STC --TR 1 --tpattern alt-z --labels /template/Fischer344_tissueClassification.nii.gz --WM_mask /template/Fischer344_TPM_WM_bin.nii.gz --CSF_mask /template/Fischer344_TPM_CSF_bin.nii.gz --brain_mask /template/Fischer344_template_mask.nii --anat_template /template/Fischer344_template.nii --vascular_mask /template/Fischer344_TPM_other_bin.nii.gz
The error is coming up when running this confound correction:
docker run -it --rm -v $PWD/bids_brkraw_orient:/bids_brkraw_orient:ro -v $PWD/OCF4_preprocess_outputs:/OCF4_preprocess_outputs/ -v $PWD/OCF4_confound_correction_outputs:/OCF4_confound_correction_outputs ghcr.io/cobralab/rabies:latest -p MultiProc confound_correction /OCF4_preprocess_outputs/ /OCF4_confound_correction_outputs/ --conf_list WM_signal CSF_signal mot_24 aCompCor_percent --frame_censoring FD_censoring=true,FD_threshold=0.05,DVARS_censoring=false,minimum_timepoint=3 --TR 1 --generate_CR_null
This produces the following error with traceback:
Can you help with this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions