diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/dump-probeset.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/dump-probeset.scm b/examples/dump-probeset.scm index 57d0c60..bbf5d8d 100755 --- a/examples/dump-probeset.scm +++ b/examples/dump-probeset.scm @@ -37,7 +37,8 @@ (set gn:chipOf (string->identifier "platform" (field GeneChip Name))) (set gn:name (field ProbeSet Name)) (set gn:symbol (field ProbeSet Symbol)) - (set gn:description (field ProbeSet description)) + (set gn:description (sanitize-rdf-string + (field ProbeSet description))) (set gn:chr (field ProbeSet Chr)) (set gn:mb (annotate-field (field ("IFNULL(ProbeSet.Mb, '')" Mb)) '^^xsd:double)) (multiset gn:tissue (map string-trim-both |