From ed4fe43702320664fe2cc79858629ed65c8f841a Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 6 Jun 2024 09:24:25 -0400 Subject: [PATCH 1/2] Remove empty trailing line --- ds000246/participants.tsv | 1 - 1 file changed, 1 deletion(-) diff --git a/ds000246/participants.tsv b/ds000246/participants.tsv index 8a6215513..42e02d5a4 100644 --- a/ds000246/participants.tsv +++ b/ds000246/participants.tsv @@ -1,4 +1,3 @@ participant_id age sex dominant_hand sub-emptyroom n/a n/a n/a sub-0001 25 Male Right - From 84243a76cc92165d19d0c54a1b18f3cb22f4f08e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 6 Jun 2024 09:35:10 -0400 Subject: [PATCH 2/2] Replace XX with n/a in a few participants.tsv XX is not a number. assuming that it was missing, making explicit n/a --- ieeg_epilepsy/participants.tsv | 2 +- ieeg_epilepsyNWB/participants.tsv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ieeg_epilepsy/participants.tsv b/ieeg_epilepsy/participants.tsv index 527df9ffb..a6a9ed477 100644 --- a/ieeg_epilepsy/participants.tsv +++ b/ieeg_epilepsy/participants.tsv @@ -1,2 +1,2 @@ participant_id age sex -sub-01 XX m \ No newline at end of file +sub-01 n/a m diff --git a/ieeg_epilepsyNWB/participants.tsv b/ieeg_epilepsyNWB/participants.tsv index 527df9ffb..a6a9ed477 100644 --- a/ieeg_epilepsyNWB/participants.tsv +++ b/ieeg_epilepsyNWB/participants.tsv @@ -1,2 +1,2 @@ participant_id age sex -sub-01 XX m \ No newline at end of file +sub-01 n/a m