Skip to content

Commit

Permalink
minor_change
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobot committed Nov 18, 2023
1 parent 4d8c671 commit 48ba0fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/quantmsio/quantms_io/core/diann_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,6 @@ def __find_info(folder, n):
result_type="expand",
)

out_mztab_psh.loc[:, "PSH"] = "PSM"
index = out_mztab_psh.loc[:, "PSH"]
out_mztab_psh.drop(["PSH", "ms_run"], axis=1, inplace=True)
out_mztab_psh.insert(0, "PSH", index)
out_mztab_psh.fillna("null", inplace=True)
new_cols = [col for col in out_mztab_psh.columns if not col.startswith("opt_")] + [
col for col in out_mztab_psh.columns if col.startswith("opt_")
]
Expand Down

0 comments on commit 48ba0fc

Please sign in to comment.