about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/phenotype.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm
index 74fee63..c8d0548 100755
--- a/examples/phenotype.scm
+++ b/examples/phenotype.scm
@@ -149,15 +149,7 @@
             #:separator "_")))
     (set gnt:mean (annotate-field (field ("IFNULL(PublishXRef.mean, '')" mean))
                                   '^^xsd:double))
-    (set gnt:locus
-         (string->identifier
-          ""
-          (regexp-substitute/global
-           #f "[^A-Za-z0-9:]"
-           (sanitize-rdf-string (field PublishXRef Locus))
-           'pre "_" 'post)
-          #:separator ""
-          #:proc string-capitalize-first))
+    (set gnt:locus (sanitize-rdf-string (field PublishXRef Locus)))
     (set gnt:lod_score (annotate-field
                         (field ("IFNULL((PublishXRef.LRS/4.604), '')" lrs))
                         '^^xsd:double))