Skip to content

Commit

Permalink
Change ingest name in one last place
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Golden committed Nov 5, 2024
1 parent 5b398fa commit aa5254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogrid_ingest/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from biolink_model.datamodel.pydanticmodel_v2 import PairwiseGeneToGeneInteraction, KnowledgeLevelEnum, AgentTypeEnum
from biogrid_util import get_gene_id, get_evidence, get_publication_ids

koza_app = get_koza_app("biogrid")
koza_app = get_koza_app("biogrid_gene_to_gene")

while (row := koza_app.get_row()) is not None:

Expand Down

0 comments on commit aa5254a

Please sign in to comment.