Skip to content

Commit

Permalink
added marmoset template (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan DeKraker <[email protected]>
  • Loading branch information
jordandekraker and Jordan DeKraker authored Jun 12, 2024
1 parent 2ad1bca commit a066e75
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hippunfold/config/snakebids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ parse_args:
- 'CIVM'
- 'ABAv3'
default: 'CITI168'
help: 'Set the template to use for registration to coronal oblique (and optionally for template-based segmentation if --use-template-seg is enabled). CITI168 is for adult human data, dHCP is for neonatal human data, MBMv2 is for ex vivo marmoset data, MBMv3 is for in vivo marmoset data, CIVM is for in vivo macaque data, and ABAv3 is for mouse data. (default: %(default)s)'

help: 'Set the template to use for registration to coronal oblique (and optionally for template-based segmentation if --use-template-seg is enabled). CITI168 is for adult human data, dHCP is for neonatal human data, MBMv2 is for ex vivo marmoset data, MBMv3 is for in vivo marmoset data, CIVM is for in vivo macaque data, and ABAv3 is for mouse data. When using a non-human template, consider using a corresponding atlas. (default: %(default)s)'



Expand Down Expand Up @@ -233,6 +232,7 @@ parse_args:
- 'magdeburg'
- 'freesurfer'
- 'multihist7'
- 'macaque'
- 'mouse'
default:
- 'multihist7'
Expand Down Expand Up @@ -465,6 +465,10 @@ atlas_files:
label_nii: sub-all_hemi-{hemi}_space-unfold_label-hipp_desc-freesurfersubfields_dseg.nii.gz
lut: desc-subfields_atlas-mfreesurfer_dseg.tsv
label_list: freesurfer_labellist.txt
macaque:
label_nii: sub-bigmac_hemi-{hemi}_space-unfold_label-hipp_desc-macaquesubfields_dseg.nii.gz
lut: desc-subfields_atlas-macaque_dseg.tsv
label_list: macaque_labellist.txt
mouse:
label_nii: sub-ABAv3_space-unfold_label-hipp_desc-mousesubfields_dseg.nii.gz
lut: desc-subfields_atlas-mouse_dseg.tsv
Expand Down Expand Up @@ -530,6 +534,7 @@ resource_urls:
bigbrain: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395b8b13d27b123094c96f/?zip='
magdeburg: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395b8013d27b122f94c938/?zip='
freesurfer: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395b8513d27b123094c96a/?zip='
macaque: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/6661f504d835c42bcb4cddab/?zip='
mouse: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/666884380f8c80103a3c9569/?zip='
template:
CITI168: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395bf0282745121fb86a93/?zip='
Expand Down

0 comments on commit a066e75

Please sign in to comment.