aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-15 21:24:42 +0300
committerMunyoki Kilyungi2023-12-15 21:24:42 +0300
commit00d36a2c75715ffb556db3c444a23a8076b7993c (patch)
tree287fa3fcf854e08c59c47ffaae9ede084afcbbaf /examples
parent03df1227c41918f85951d0ab50d6572d7a8a340a (diff)
downloadgn-transform-databases-00d36a2c75715ffb556db3c444a23a8076b7993c.tar.gz
Trim gene symbol rdfs:label for the GeneList_rn33 table.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/genelist.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm
index 2d07944..fbd39c1 100755
--- a/examples/genelist.scm
+++ b/examples/genelist.scm
@@ -365,7 +365,8 @@
"")))
(set rdf:type 'gnc:GeneSymbol)
(set rdfs:label (string-trim-both
- (field GeneList_rn33 geneSymbol)))
+ (string-trim-both
+ (field GeneList_rn33 geneSymbol))))
(set gnt:chromosome (field GeneList_rn33 chromosome))
(set gnt:TxStart (annotate-field
(field GeneList_rn33 txStart)