From 75160e9f4982fa366376f3f4cae61063652b07a3 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Mon, 3 Feb 2025 17:36:01 +0000 Subject: [PATCH 1/2] add clusters.labels dataset type --- alyx/data/fixtures/data.datasettype.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index c2c5860e..3b0de9ab 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2352,5 +2352,16 @@ "description": "An array of passive video frame times, where each column represents a repeat of the video.", "filename_pattern": "_sp_video.times.*" } + }, + { + "model": "data.datasettype", + "pk": "4c576a86-5e73-4441-ae9e-1299356464a7", + "fields": { + "json": null, + "name": "clusters.labels", + "created_by": null, + "description": "Manually annotated cluster labels", + "filename_pattern": "*clusters.labels*.tsv" + } } ] From 2ae855e792c007058c81d27d8c77b0610f7aa4a7 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Tue, 18 Feb 2025 12:04:04 +0000 Subject: [PATCH 2/2] update name of clusters.labels dataset, add subjectSession.table dataset --- alyx/data/fixtures/data.datasettype.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index 3b0de9ab..d8884ba7 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2358,10 +2358,21 @@ "pk": "4c576a86-5e73-4441-ae9e-1299356464a7", "fields": { "json": null, - "name": "clusters.labels", + "name": "clusters.curatedLabels", "created_by": null, "description": "Manually annotated cluster labels", - "filename_pattern": "*clusters.labels*.tsv" + "filename_pattern": "*clusters.curatedLabels*.tsv" + } + }, + { + "model": "data.datasettype", + "pk": "fc76b3bb-7619-4352-8a4c-aa22358d1b7c", + "fields": { + "json": null, + "name": "subjectSessions.table", + "created_by": null, + "description": "All session data included in the subjectTrials table for a given subject, contains the columns lab, session date, session number, task protocol and project", + "filename_pattern": "" } } ]