Skip to content

Commit

Permalink
added marmoset template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jun 6, 2024
1 parent c1775bb commit 12d5c20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hippunfold/config/snakebids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ parse_args:
- 'MBMv3'
- 'CIVM'
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, and CIVM is for in vivo macaque 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, and CIVM is for in vivo macaque data. When using a non-human template, consider using a corresponding atlas. (default: %(default)s)'



Expand Down Expand Up @@ -231,6 +231,7 @@ parse_args:
- 'magdeburg'
- 'freesurfer'
- 'multihist7'
- 'macaque'
default:
- 'multihist7'
nargs: '+'
Expand Down Expand Up @@ -447,6 +448,9 @@ atlas_files:
freesurfer:
label_nii: sub-all_hemi-{hemi}_space-unfold_label-hipp_desc-freesurfersubfields_dseg.nii.gz
label_list: freesurfer_labellist.txt
macaque:
label_nii: sub-bigmac_hemi-{hemi}_space-unfold_label-hipp_desc-macaquesubfields_dseg.nii.gz
label_list: macaque_labellist.txt


#values to use for re-mapping tissue labels when combining with subfields.
Expand Down Expand Up @@ -505,6 +509,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='
template:
CITI168: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395bf0282745121fb86a93/?zip='
dHCP: 'files.ca-1.osf.io/v1/resources/v8acf/providers/osfstorage/65395bff13d27b123094c9b4/?zip='
Expand Down

0 comments on commit 12d5c20

Please sign in to comment.