From 37306a9895b836ecdea2881a12423659e7c10b54 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Dec 2021 17:42:35 +0530 Subject: Use InfoFileTitle instead of InfoPageTitle for dataset name. Not all datasets have a non-NULL InfoPageTitle field. * dump.scm (dump-info-files): Use InfoFileTitle instead of InfoPageTitle for dataset name. --- dump.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.scm b/dump.scm index fb3e1e3..4538e3f 100755 --- a/dump.scm +++ b/dump.scm @@ -415,7 +415,7 @@ GROUP BY Email")) ;; just one record corresponding to "Evan Williams") ;; TODO: Double check Platforms. It doesn't seem to ;; match up. - "SELECT GN_AccesionId, InfoPageTitle AS Name, InfoFiles.Title, + "SELECT GN_AccesionId, InfoFileTitle AS Name, InfoFiles.Title, Specifics, DatasetStatusName, Datasets.DatasetName AS DatasetGroup, Datasets.Summary, Datasets.GeoSeries, Datasets.AboutCases, Datasets.AboutPlatform, Datasets.AboutTissue, Datasets.AboutDataProcessing, -- cgit v1.2.3