diff options
-rwxr-xr-x | examples/dataset-metadata.scm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/examples/dataset-metadata.scm b/examples/dataset-metadata.scm index 2cb3820..5c59530 100755 --- a/examples/dataset-metadata.scm +++ b/examples/dataset-metadata.scm @@ -206,8 +206,6 @@ ;; If AvgMethodName is NULL, assume N/A. (if (string-blank? (field AvgMethod Name AvgMethodName)) "N/A" (field AvgMethod Name AvgMethodName)))) - (set gnt:hasExperimentType - (sanitize-rdf-string (field InfoFiles Experiment_Type))) (set gnt:usesPlatform (string->identifier "platform" (field GeneChip Name GeneChip))) @@ -217,16 +215,7 @@ (field ("IFNULL(Datasets.GeoSeries, '')" GeoSeries))))) (if s (ontology 'geoSeries: (match:substring s)) - ""))) - (set dct:creator - (sanitize-rdf-string - (field Datasets Contributors))) - (set dct:isReferencedBy - (sanitize-rdf-string - (regexp-substitute/global - #f "^[Nn]one$" - (field Datasets Citation) - ""))))) + ""))))) ;; These are phenotype datasets that don't have Infofile metadata (define-transformer publishfreeze |