Skip to content

Commit

Permalink
key to bacdive_id
Browse files Browse the repository at this point in the history
  • Loading branch information
realmarcin committed Jan 7, 2025
1 parent eff5c17 commit f30bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kg_microbe/transform_utils/bacdive/bacdive.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def _process_metabolites(self, dictionary, ncbitaxon_id, bacdive_id, node_writer
]
)

def _process_medium(self, dictionary, ncbitaxon_id, key, edge_writer):
def _process_medium(self, dictionary, ncbitaxon_id, bacdive_id, edge_writer):
medium_label = dictionary.get(MEDIUM_KEY)
if medium_label:
medium_id = (
Expand Down

0 comments on commit f30bf48

Please sign in to comment.