diff options
Diffstat (limited to 'examples/datasets.scm')
| -rwxr-xr-x | examples/datasets.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datasets.scm b/examples/datasets.scm index e4f35da..85a5aee 100755 --- a/examples/datasets.scm +++ b/examples/datasets.scm @@ -25,7 +25,7 @@ (set rdf:type 'dcat:Dataset) (set dct:title (normalize-string-field (field InfoFiles InfoPageName))) (set dct:identifier (format #f "GN~a" (field InfoFiles GN_AccesionId))) - (set gnt:has_genotype_files (string->symbol (format #f "gn-files:GN~a" (field InfoFiles GN_AccesionId)))) + (set gnt:has_genotype_files (string->symbol (format #f "gn-files:GN~a%2F" (field InfoFiles GN_AccesionId)))) (set gnt:has_strain (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")) (set gnt:has_experiment_type |
