Skip to content

Commit

Permalink
use name as unique reference id
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 9, 2025
1 parent dc584c9 commit b8640f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mzmath/mz_deco/Save/SaveXcms.vb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Public Module SaveXcms
Next
End If

Static required_id As String() = {"xcms_id", "id", "ID", ""}
Static required_id As String() = {"xcms_id", "id", "ID", "name"}
Static required_mz As String() = {"mz", "m/z", "MZ", "M/Z", "mass to charge"}
Static required_rt As String() = {"rt", "RT", "retention_time"}

Expand Down

0 comments on commit b8640f1

Please sign in to comment.