Mercurial > repos > recetox > rmassbank
diff rmassbank.r @ 2:5a6bb93ec656 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rmassbank commit bc3445f7c41271b0062c7674108f57708d08dd28
author | recetox |
---|---|
date | Thu, 30 May 2024 14:53:55 +0000 |
parents | 0b28816c1c2c |
children |
line wrap: on
line diff
--- 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))