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 b6eedc7 + d8c8816 commit f40fa6fCopy full SHA for f40fa6f
heudiconv/bids.py
@@ -175,7 +175,7 @@ def populate_aggregated_jsons(path):
175
placeholders = {
176
"TaskName": ("TODO: full task name for %s" %
177
task_acq.split('_')[0].split('-')[1]),
178
- "CogAtlasID": "TODO",
+ "CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
179
}
180
if op.lexists(task_file):
181
j = load_json(task_file)
0 commit comments