Skip to content

Commit 2699959

Browse files
committed
Merge branch 'adds_populate_intended_for' of https://github.com/cbinyu/heudiconv into adds_populate_intended_for
2 parents 48abb76 + 7edcf36 commit 2699959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def populate_aggregated_jsons(path):
176176
placeholders = {
177177
"TaskName": ("TODO: full task name for %s" %
178178
task_acq.split('_')[0].split('-')[1]),
179-
"CogAtlasID": "TODO",
179+
"CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
180180
}
181181
if op.lexists(task_file):
182182
j = load_json(task_file)

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
REQUIRES = [
2424
'nibabel',
2525
'pydicom',
26-
'nipype >=1.0.0',
26+
'nipype >=1.2.3',
2727
'dcmstack>=0.8',
2828
'etelemetry',
2929
'filelock>=3.0.12',

0 commit comments

Comments
 (0)