# HG changeset patch # User recetox # Date 1717080835 0 # Node ID 5a6bb93ec656ea9183fe869847066d5eef724ea5 # Parent c1a9c990d4b00d098de81d1238a9ff16458e84ad planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rmassbank commit bc3445f7c41271b0062c7674108f57708d08dd28 diff -r c1a9c990d4b0 -r 5a6bb93ec656 rmassbank.r --- a/rmassbank.r Thu Oct 12 13:31:44 2023 +0000 +++ b/rmassbank.r Thu May 30 14:53:55 2024 +0000 @@ -27,11 +27,11 @@ # Read arguments args <- commandArgs(trailingOnly = TRUE) -stt <- args[1] #file with settings -cmp <- args[2] #csv file with compounds -md <- args[3] #mode -inf <- args[4] #folder with csv infolist -files <- (args[5:length(args)]) #one or multiple mzML files +stt <- args[1] # file with settings +cmp <- args[2] # csv file with compounds +md <- args[3] # mode +inf <- args[4] # folder with csv infolist +files <- (args[5:length(args)]) # one or multiple mzML files print(paste0("Used settings file: ", stt)) print(paste0("Used compound list: ", cmp))