diff options
author | Munyoki Kilyungi | 2023-08-15 22:31:06 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-08-15 22:31:06 +0300 |
commit | dfbc9e0f93a9446108ac59f74aa42071f422f950 (patch) | |
tree | 794c7d74f5c5da56c861cc23c9ed335f06248101 | |
parent | 2fd9a1e918b0db3676676c86c5b360e9c05d4aed (diff) | |
download | gn-transform-databases-dfbc9e0f93a9446108ac59f74aa42071f422f950.tar.gz |
Rename gnt:molecularTrait -> gnt:hasTissue
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/dump-species-metadata.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm index d761439..2f229e9 100755 --- a/examples/dump-species-metadata.scm +++ b/examples/dump-species-metadata.scm @@ -178,7 +178,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used. (field ("IF ((SELECT PublishFreeze.Name FROM PublishFreeze WHERE PublishFreeze.InbredSetId = InbredSet.Id LIMIT 1) IS NOT NULL, 'Traits and Cofactors', '')" genotypeP))) (set gnt:phenotype (field ("IF ((SELECT GenoFreeze.Name FROM GenoFreeze WHERE GenoFreeze.InbredSetId = InbredSet.Id LIMIT 1) IS NOT NULL, 'DNA Markers and SNPs', '')" phenotypeP))) - (multiset gnt:molecularTrait + (multiset gnt:hasTissue (map (lambda (x) (string->identifier "tissue" |