Skip to content

Commit

Permalink
Update ctd kl/at
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Apr 16, 2024
1 parent d554069 commit efdea05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monarch_ingest/ingests/ctd/chemical_to_disease.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
publications=["PMID:" + p for p in row['PubMedIDs'].split("|")],
aggregator_knowledge_source=["infores:monarchinitiative"],
primary_knowledge_source="infores:ctd",
knowledge_level=KnowledgeLevelEnum.not_provided,
agent_type=AgentTypeEnum.not_provided
knowledge_level=KnowledgeLevelEnum.knowledge_assertion,
agent_type=AgentTypeEnum.manual_agent
)

koza_app.write(association)

0 comments on commit efdea05

Please sign in to comment.