From 84243a76cc92165d19d0c54a1b18f3cb22f4f08e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 6 Jun 2024 09:35:10 -0400 Subject: [PATCH] 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