Skip to content

Commit e9ce041

Browse files
committed
Merge branch 'master' of github.com:templateflow/python-client
2 parents ea91f39 + bb9719c commit e9ce041

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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

templateflow/conf/config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
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",
@@ -70,6 +71,6 @@
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
}

0 commit comments

Comments
 (0)