about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-15 19:47:20 +0300
committerMunyoki Kilyungi2023-08-15 19:47:20 +0300
commitf4b2a5bb7a8a010c6980b4e0e8f83116e8f7165c (patch)
tree928969e74ea29245996b04632d4d88145b3a473c
parent7dc82124e81c06f59f139870b0c932eafcefafc6 (diff)
downloadgn-transform-databases-f4b2a5bb7a8a010c6980b4e0e8f83116e8f7165c.tar.gz
Remove "xsd:double" annotation
A probeset' specificity and BLAT_score can be 0.

Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dump-probeset.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/dump-probeset.scm b/examples/dump-probeset.scm
index a9b6c7c..f34b4bd 100755
--- a/examples/dump-probeset.scm
+++ b/examples/dump-probeset.scm
@@ -106,13 +106,11 @@
          (annotate-field (field ("IFNULL(ProbeSet.Mb_2016, '')" Mb_2016))
                          '^^xsd:double))
     (set gnt:hasSpecificity
-         (annotate-field (field ("IFNULL(ProbeSet.Probe_set_specificity, '')"
-                                 Probe_set_specificity))
-                         '^^xsd:double))
+         (field ("IFNULL(ProbeSet.Probe_set_specificity, '')"
+                 Probe_set_specificity)))
     (set gnt:hasBlatScore
-         (annotate-field (field ("IFNULL(ProbeSet.Probe_set_BLAT_score, '')"
-                                 Probe_set_BLAT_score))
-                         '^^xsd:double))
+         (field ("IFNULL(ProbeSet.Probe_set_BLAT_score, '')"
+                 Probe_set_BLAT_score)))
     (set gnt:hasBlatMbStart
          (annotate-field (field ("IFNULL(ProbeSet.Probe_set_Blat_Mb_start, '')"
                                  Probe_set_Blat_Mb_start))