From 849874fdfe11003f05abe5f82efde974a8c8a388 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 21 Aug 2023 14:49:55 +0300 Subject: Rename define-dump -> define-transformer Signed-off-by: Munyoki Kilyungi --- examples/dump-phenotype.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dump-phenotype.scm') diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index abcf140..b7ae003 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -19,7 +19,7 @@ read)) -(define-dump dump-phenotypes +(define-transformer dump-phenotypes (tables (PublishXRef (left-join InbredSet "ON InbredSet.InbredSetId = PublishXRef.InbredSetId") (left-join Publication "ON Publication.Id = PublishXRef.PublicationId") -- cgit v1.2.3