We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d821d5 + ee5cebb commit 7edcf36Copy full SHA for 7edcf36
heudiconv/bids.py
@@ -176,7 +176,7 @@ def populate_aggregated_jsons(path):
176
placeholders = {
177
"TaskName": ("TODO: full task name for %s" %
178
task_acq.split('_')[0].split('-')[1]),
179
- "CogAtlasID": "TODO",
+ "CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
180
}
181
if op.lexists(task_file):
182
j = load_json(task_file)
heudiconv/info.py
@@ -23,7 +23,7 @@
23
REQUIRES = [
24
'nibabel',
25
'pydicom',
26
- 'nipype >=1.0.0',
+ 'nipype >=1.2.3',
27
'dcmstack>=0.8',
28
'etelemetry',
29
'filelock>=3.0.12',
0 commit comments