We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df18861 commit 4665fdcCopy full SHA for 4665fdc
im2deep/im2deep.py
@@ -58,7 +58,7 @@ def predict_ccs(
58
if write_output:
59
LOGGER.info("Writing output file...")
60
output_file = open(output_file, "w")
61
- output_file.write("seq,modifications,charge,predicted CCS\n")
+ output_file.write("modified_seq,charge,predicted CCS\n")
62
for peptidoform, charge, CCS in zip(
63
psm_list_pred_df["peptidoform"],
64
psm_list_pred_df["charge"],
0 commit comments