aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-probeset-data.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-probeset-data.scm')
-rwxr-xr-xexamples/dump-probeset-data.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump-probeset-data.scm b/examples/dump-probeset-data.scm
index 54615bc..55f3f4b 100755
--- a/examples/dump-probeset-data.scm
+++ b/examples/dump-probeset-data.scm
@@ -18,7 +18,7 @@
-(define-dump dump-probeset-data
+(define-transformer dump-probeset-data
(tables (ProbeSetXRef
(left-join ProbeSet "ON ProbeSetXRef.ProbeSetId = ProbeSet.Id")
(left-join ProbeSetFreeze "ON ProbeSetXRef.ProbeSetFreezeId = ProbeSetFreeze.Id"))