Skip to content

Commit

Permalink
Merge pull request #486 from monarch-initiative/evidence_count
Browse files Browse the repository at this point in the history
Uses 2.0 closurizer and gets monarch-py from a branch to bring in the evidence_count field
  • Loading branch information
kevinschaper committed Jul 7, 2023
2 parents ecfe984 + ed13bfc commit 7bd91ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 28 deletions.
56 changes: 31 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ python = "^3.10"
kghub-downloader = "^0.3.2"
koza = "^0.3.0"
cat-merge = "^0.1.18"
closurizer = "^0.1.7"
monarch-py = "^0.12.3"
closurizer = "^0.2.0"
#monarch-py = "^0.12.3"
monarch-py = {git = "https://github.com/monarch-initiative/monarch-app.git", branch = "evidence_count", subdirectory = "backend"}
kgx = "^2.1.0"
multi-indexer = "*"
biolink-model = "3.5.0"
Expand Down
3 changes: 2 additions & 1 deletion src/monarch_ingest/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ def apply_closure(
'frequency_qualifier',
'onset_qualifier',
'sex_qualifier',
'stage_qualifier'])
'stage_qualifier'],
evidence_fields=['has_evidence', 'publications', 'primary_knowledge_source', 'provided_by'])
sh.gzip(output_file, force=True)

def load_sqlite():
Expand Down

0 comments on commit 7bd91ab

Please sign in to comment.