aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-05-31 19:15:57 +0300
committerBonfaceKilz2023-06-12 19:06:36 +0300
commit518a115da81e0079961f2ee2fdd02c70166fba32 (patch)
tree4eee22ef50c3f2c4981b549f02cefe5881cd4ade
parentad236987b1b320ed649a589ab228d91700b56038 (diff)
downloadgn-transform-databases-518a115da81e0079961f2ee2fdd02c70166fba32.tar.gz
Remove dead comments
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dump-dataset-metadata.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/dump-dataset-metadata.scm b/examples/dump-dataset-metadata.scm
index 56efcf2..e59e2c4 100755
--- a/examples/dump-dataset-metadata.scm
+++ b/examples/dump-dataset-metadata.scm
@@ -125,9 +125,6 @@
(regexp-substitute/global #f "[^A-Za-z0-9:]"
(field InfoFiles InfoPageName)
'pre "_" 'post))
- ;; Add GeneChipName and GeoPlatform:
- ;; GeneChip.GeneChipName AS gene_chip_name
- ;; GeneChip.GeoPlatform AS geo_platform
(set rdf:type (string->symbol
(field ("IF(GenoFreeze.Id IS NOT NULL, 'gn:genotypeDataset', IF(PublishFreeze.Id IS NOT NULL, 'gn:phenotypeDataset', 'gn:dataset'))"
rdfType))))