Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yufongpeng committed Jan 10, 2024
1 parent 12b0b3f commit b485eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Write MRM transition table into csv file.
* `tbl`: transition table.
* `vendor`: desired vendor for transition table. `:agilent` for Agilent.
"""
function write_transition(file, tbl::Table, vendor = :agilent)
function write_transition(file, tbl::Table, vendor = :agilent; delim = ',', kwargs...)
if vendor :agilent
CSV.write(file, tbl;
header = ["Compound Name", "Precursor Ion", "Product Ion", "Ret Time (min)", "Delta Ret Time", "Collision Energy", "Polarity"], delim, kwargs...)
Expand Down

0 comments on commit b485eb9

Please sign in to comment.