aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-probeset.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-probeset.scm')
-rwxr-xr-xexamples/dump-probeset.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump-probeset.scm b/examples/dump-probeset.scm
index 0b37514..a71f708 100755
--- a/examples/dump-probeset.scm
+++ b/examples/dump-probeset.scm
@@ -44,7 +44,7 @@
'probeset:
(regexp-substitute/global
#f "[^A-Za-z0-9:]"
- (field ProbeSetFreeze Name)
+ (field ("IFNULL(ProbeSetFreeze.Name, '')" DatasetName))
'pre "_" 'post)))
(set gn:mean (annotate-field (field ("IFNULL(ProbeSetXRef.mean, '')" mean))
'^^xsd:double))