diff options
author | Munyoki Kilyungi | 2023-11-30 15:48:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-11-30 16:23:02 +0300 |
commit | d98bdfbd716e34efd569a888ff9f4571ca170d95 (patch) | |
tree | 8629413facb3dfa4c1e0c2a918f02e99d080c215 /gn3/api | |
parent | 3e1858953a4849971cc425aceec389546a33cb12 (diff) | |
download | genenetwork3-d98bdfbd716e34efd569a888ff9f4571ca170d95.tar.gz |
Replace LRS with lodScore.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3/api')
-rw-r--r-- | gn3/api/metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py index 740bb40..4e42677 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -115,7 +115,7 @@ PHENOTYPE_CONTEXT = BASE_CONTEXT | PUBLICATION_CONTEXT | { "contributor": "dct:contributor", "mean": "gnt:mean", "locus": "gnt:locus", - "LRS": "gnt:LRS", + "lodScore": "gnt:lodScore", "references": "dct:isReferencedBy", "additive": "gnt:additive", "sequence": "gnt:sequence", |