We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdab34 commit 65168aeCopy full SHA for 65168ae
1 file changed
scripts/map_improve_drug_ids.py
@@ -29,7 +29,7 @@ def load_mapping(mapping_file='improve_drug_mapping.json'):
29
30
def save_mapping(mapping_data):
31
"""Saves mapping data to disk as JSON."""
32
- mapping_file='tmp/improve_drug_mapping.json'
+ mapping_file='/tmp/improve_drug_mapping.json'
33
with open(mapping_file, 'w') as f:
34
json.dump(mapping_data, f, indent=2)
35
print(f"Saved mapping data to {mapping_file}.")
0 commit comments