Skip to content

Commit d8c8816

Browse files
pvelascoyarikoptic
andauthored
Update heudiconv/bids.py
Co-authored-by: Yaroslav Halchenko <[email protected]>
1 parent 20b7e8a commit d8c8816

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
@@ -172,7 +172,7 @@ def populate_aggregated_jsons(path):
172172
placeholders = {
173173
"TaskName": ("TODO: full task name for %s" %
174174
task_acq.split('_')[0].split('-')[1]),
175-
"CogAtlasID": "doi:TODO",
175+
"CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
176176
}
177177
if op.lexists(task_file):
178178
j = load_json(task_file)

0 commit comments

Comments
 (0)