Skip to content

Commit

Permalink
Update diann_convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed Oct 19, 2023
1 parent 4593157 commit 095bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/diann_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def convert(ctx, folder, exp_design, dia_params, diann_version, charge, missed_c
.drop(columns=["Sample"])
),
on="Run",
validate="many_to_one"
validate="many_to_one",
)
exp_out_prefix = Path(exp_design).stem
out_msstats.to_csv(exp_out_prefix + "_msstats_in.csv", sep=",", index=False)
Expand Down

0 comments on commit 095bf82

Please sign in to comment.