Skip to content

Commit bc9cd30

Browse files
committed
fix
1 parent a3bddb9 commit bc9cd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2query/ms2query_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def add_second_compound_database(self, df):
100100
DataFrame containing inchikey and other relevant compound information.
101101
Should at least contain smiles or inchi.
102102
"""
103-
self.all_cdb.upsert_metadata_from_dataframe(df)
103+
self.all_cdb.overwrite_metadata_from_dataframe(df)
104104

105105
# --------------------------------- retrievals --------------------------------
106106
# ---- by spec_id ----

0 commit comments

Comments
 (0)