File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2828 command : |
2929 pyenv global 3.5.2
3030 virtualenv venv
31+ pip install -U pip
3132 pip install -r /tmp/src/templateflow/requirements.txt
3233 pip install datalad
3334 pip install "setuptools>=27.0" twine
Original file line number Diff line number Diff line change 77 "directory" : " {{root}}{template}"
88 },
99 {
10- "name" : " age " ,
11- "pattern" : " [_/\\\\ ]age-([a-zA-Z0-9] +)" ,
10+ "name" : " cohort " ,
11+ "pattern" : " [_/\\\\ ]cohort-( \\ d +)" ,
1212 "mandatory" : false ,
13- "directory" : " {{root}}{template}{age}" ,
14- "missing_value" : " age-1"
13+ "directory" : " {{root}}{template}{cohort}" ,
14+ "missing_value" : " cohort-1" ,
15+ "dtype" : " int"
1516 },
1617 {
1718 "name" : " resolution" ,
7071 ],
7172 "default_path_patterns" : [
7273 " tpl-{template}/template_description.json" ,
73- " tpl-{template}[/age-{age }]/tpl-{template}[_age-{age }]_res-{resolution}[_space-{space}][_hemi-{hemi}][_desc-{desc}]_{suffix<T1w|T2w|T1rho|T1map|T2map|T2star|FLAIR|FLASH|PDmap|PD|PDT2|inplaneT[12]|angio>}.{extension<nii|nii\\ .gz>}"
74+ " tpl-{template}[/cohort-{cohort }]/tpl-{template}[_cohort-{cohort }]_res-{resolution}[_space-{space}][_hemi-{hemi}][_desc-{desc}]_{suffix<T1w|T2w|T1rho|T1map|T2map|T2star|FLAIR|FLASH|PDmap|PD|PDT2|inplaneT[12]|angio>}.{extension<nii|nii\\ .gz>}"
7475 ]
7576}
You can’t perform that action at this time.
0 commit comments