Skip to content
Snippets Groups Projects
Commit 854a08bd authored by meowcat's avatar meowcat
Browse files

reversed order in writing records

parent 0065e33a
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ getAnalyticalInfo <- function(cpd = NULL)
# for format 2.01
ac_ms <- list();
ac_ms[['MS_TYPE']] <- getOption("RMassBank")$annotations$ms_type
ac_ms[['IONIZATION']] <- getOption("RMassBank")$annotations$ionization
ac_ms[['ION_MODE']] <- mode
ac_ms[['IONIZATION']] <- getOption("RMassBank")$annotations$ionization
# This list could be made customizable.
ac_lc <- list();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment