aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-05-29 14:26:47 +0300
committerBonfaceKilz2023-05-30 11:51:30 +0300
commit9df0828255632582f515d5d869a3a06f8eda735b (patch)
treed5ea2baacb8fa92193209551bb319f404f9c5b60 /examples/dump-phenotype.scm
parent128b2a9ff19356529a9d09a15b680dcf1b8f8482 (diff)
downloadgn-transform-databases-9df0828255632582f515d5d869a3a06f8eda735b.tar.gz
Only dump public data
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-phenotype.scm')
-rwxr-xr-xexamples/dump-phenotype.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index 0b46a14..113c367 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -28,7 +28,7 @@
(tables (PublishFreeze
(left-join InfoFiles "ON InfoFiles.InfoPageName = PublishFreeze.Name")
(left-join InbredSet "ON PublishFreeze.InbredSetId = InbredSet.InbredSetId"))
- "WHERE PublishFreeze.public > 0 AND InfoFiles.InfoPageName IS NULL")
+ "WHERE PublishFreeze.public > 0 AND PublishFreeze.confidentiality < 1 AND InfoFiles.InfoPageName IS NULL")
(schema-triples
(gn:datasetOfInbredSet rdfs:range gn:inbredSet)
(gn:name rdfs:range rdfs:Literal)