Skip to content

Commit f40fa6f

Browse files
authored
Merge pull request #473 from pvelasco/patch-1
URI formatting of the default "TODO" value for "CogAtlasID"
2 parents b6eedc7 + d8c8816 commit f40fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids.py

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

0 commit comments

Comments
 (0)