diff options
| author | Munyoki Kilyungi | 2023-05-29 14:26:47 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2023-05-30 11:51:30 +0300 |
| commit | 9df0828255632582f515d5d869a3a06f8eda735b (patch) | |
| tree | d5ea2baacb8fa92193209551bb319f404f9c5b60 /examples/dump-genotype.scm | |
| parent | 128b2a9ff19356529a9d09a15b680dcf1b8f8482 (diff) | |
| download | gn-transform-databases-9df0828255632582f515d5d869a3a06f8eda735b.tar.gz | |
Only dump public data
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-genotype.scm')
| -rwxr-xr-x | examples/dump-genotype.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump-genotype.scm b/examples/dump-genotype.scm index cffa917..53d101b 100755 --- a/examples/dump-genotype.scm +++ b/examples/dump-genotype.scm @@ -27,7 +27,7 @@ (tables (GenoFreeze (left-join InfoFiles "ON InfoFiles.InfoPageName = GenoFreeze.Name") (left-join InbredSet "ON GenoFreeze.InbredSetId = InbredSet.InbredSetId")) - "WHERE GenoFreeze.public > 0 AND InfoFiles.InfoPageName IS NULL") + "WHERE GenoFreeze.public > 0 AND GenoFreeze.confidentiality < 1 AND InfoFiles.InfoPageName IS NULL") (schema-triples (gn:datasetOfInbredSet rdfs:range gn:inbredSet) (gn:genotypeDataset rdfs:subPropertyOf gn:dataset) |
