Skip to content

Commit

Permalink
Add new mappings to edge labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jan 24, 2024
1 parent 3344e6a commit b2627fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/indra_cogex/apps/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"has_patent": "Project Patents",
"has_marker": "Cell Markers",
"has_domain": "Protein Domains",
"gene_disease_association": "Gene Disease Associations",
# Links Publications to Journals
"published_in": "Journal Associations",
"variant_disease_association": "Variant Disease Associations",
"variant_gene_association": "Variant Gene Associations",
"variant_phenotype_association": "Variant Phenotype Associations",
}

INDRA_COGEX_WEB_LOCAL = (get_config("INDRA_COGEX_WEB_LOCAL") or "").lower() in {
Expand Down

0 comments on commit b2627fd

Please sign in to comment.