Skip to content

Commit abb6e2b

Browse files
authored
Update pheno0005 sessions files
Almost forgot the spec calls for run_id and not just run as the column name.
1 parent 29a4314 commit abb6e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pheno005/sessions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ses-followup": "Second phenotype data collection visit."
1010
}
1111
},
12-
"run": {
12+
"run_id": {
1313
"Description": "Run index assigned to a given session.",
1414
"Levels": {
1515
"run-01": "First run of the session.",

pheno005/sessions.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
participant_id session_id run acq_time
1+
participant_id session_id run_id acq_time
22
sub-01 ses-baseline run-01 2001-01-05 10:05:23
33
sub-01 ses-baseline run-02 2001-01-05 14:15:59
44
sub-01 ses-followup run-01 2003-02-06 09:45:00

0 commit comments

Comments
 (0)