diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/phenotype.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index fd5ed85..aa1e9c5 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -80,11 +80,7 @@ (set gnt:labCode (field Phenotype Lab_code)) (set gnt:submitter (sanitize-rdf-string (field Phenotype Submitter))) - (multiset dct:contributor - (map string-trim-both - (string-split - (sanitize-rdf-string (field Phenotype Owner)) - #\,))) + (set dct:contributor (sanitize-rdf-string (field Phenotype Owner))) (set gnt:mean (annotate-field (field ("IFNULL(PublishXRef.mean, '')" mean)) '^^xsd:double)) (set gnt:locus |