aboutsummaryrefslogtreecommitdiff
path: root/examples/genelist.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/genelist.scm')
-rwxr-xr-xexamples/genelist.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm
index fbd39c1..b19b30f 100755
--- a/examples/genelist.scm
+++ b/examples/genelist.scm
@@ -78,10 +78,12 @@
(gnt:hasTargetSeq rdfs:domain gnc:Probeset))
(triples
(string->identifier
- "gene" (regexp-substitute/global #f "[^A-Za-z0-9:]"
- (string-trim-both
- (field GeneList GeneSymbol))
- 'pre "_" 'post))
+ "gene" (regexp-substitute/global
+ #f "[^A-Za-z0-9:]"
+ (string-trim-both
+ (field GeneList GeneSymbol))
+ 'pre "_" 'post)
+ #:proc (lambda (x) x))
(set rdf:type 'gnc:GeneSymbol)
(set rdfs:label (field GeneList GeneSymbol))
(set dct:description (sanitize-rdf-string (field GeneList GeneDescription)))