Skip to content

Commit d782189

Browse files
committed
testing
1 parent e93fde1 commit d782189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/map_improve_drug_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def main():
285285
drug_id_mapping = unify_drugs(mapping_data, all_drugs_rows, dataset_priority)
286286
# Sort final "drugs" by numeric portion if SMI_#, or lexically
287287
mapping_data["drugs"].sort(key=lambda d: parse_smi_num(d["stable_id"]))
288-
save_mapping(mapping_data, mapping_file)
288+
save_mapping(mapping_data)
289289
print(f"Updated {mapping_file} with {len(mapping_data['drugs'])} drugs.")
290290
# Proceed to rewrite files
291291
print("Rewriting files with updated stable IDs.")

0 commit comments

Comments
 (0)