Skip to content

Commit 4665fdc

Browse files
committed
fix output columns
1 parent df18861 commit 4665fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

im2deep/im2deep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def predict_ccs(
5858
if write_output:
5959
LOGGER.info("Writing output file...")
6060
output_file = open(output_file, "w")
61-
output_file.write("seq,modifications,charge,predicted CCS\n")
61+
output_file.write("modified_seq,charge,predicted CCS\n")
6262
for peptidoform, charge, CCS in zip(
6363
psm_list_pred_df["peptidoform"],
6464
psm_list_pred_df["charge"],

0 commit comments

Comments
 (0)