Skip to content

Commit

Permalink
Update heudiconv/bids.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
pvelasco and yarikoptic authored Dec 9, 2020
1 parent 20b7e8a commit d8c8816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def populate_aggregated_jsons(path):
placeholders = {
"TaskName": ("TODO: full task name for %s" %
task_acq.split('_')[0].split('-')[1]),
"CogAtlasID": "doi:TODO",
"CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
}
if op.lexists(task_file):
j = load_json(task_file)
Expand Down

0 comments on commit d8c8816

Please sign in to comment.