From 2260b56a4f8e896ea9912efe98a8b74f57660b16 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 29 May 2023 18:11:50 +0300 Subject: Dump OMIM as a normal string without any annotation Signed-off-by: Munyoki Kilyungi --- examples/dump-probeset.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/dump-probeset.scm') diff --git a/examples/dump-probeset.scm b/examples/dump-probeset.scm index c28f7dd..730e914 100755 --- a/examples/dump-probeset.scm +++ b/examples/dump-probeset.scm @@ -54,10 +54,7 @@ (set gn:blatSeq (sanitize-rdf-string (string-trim-both (field ProbeSet BlatSeq)))) (set gn:targetSeq (sanitize-rdf-string (field ProbeSet TargetSeq))) - (set gn:omim - (ontology - 'omim: - (field ("IF(ProbeSet.OMIM REGEXP '^-?[0-9]+$' > 0, ProbeSet.OMIM, '')" OMIM)))) + (set gn:omim (sanitize-rdf-string (string-trim-both (field ProbeSet OMIM)))) (set gn:RefSeq_TranscriptId (field ProbeSet RefSeq_TranscriptId)) (set gn:uniProtReference (ontology 'uniprot: (field ProbeSet UniProtID))))) -- cgit v1.2.3