Mercurial > repos > recetox > rmassbank
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:c1a9c990d4b0 | 2:5a6bb93ec656 |
---|---|
25 | 25 |
26 ############################################################# | 26 ############################################################# |
27 # Read arguments | 27 # Read arguments |
28 args <- commandArgs(trailingOnly = TRUE) | 28 args <- commandArgs(trailingOnly = TRUE) |
29 | 29 |
30 stt <- args[1] #file with settings | 30 stt <- args[1] # file with settings |
31 cmp <- args[2] #csv file with compounds | 31 cmp <- args[2] # csv file with compounds |
32 md <- args[3] #mode | 32 md <- args[3] # mode |
33 inf <- args[4] #folder with csv infolist | 33 inf <- args[4] # folder with csv infolist |
34 files <- (args[5:length(args)]) #one or multiple mzML files | 34 files <- (args[5:length(args)]) # one or multiple mzML files |
35 | 35 |
36 print(paste0("Used settings file: ", stt)) | 36 print(paste0("Used settings file: ", stt)) |
37 print(paste0("Used compound list: ", cmp)) | 37 print(paste0("Used compound list: ", cmp)) |
38 print(paste0("RMassBank pipeline will be run in mode: ", md)) | 38 print(paste0("RMassBank pipeline will be run in mode: ", md)) |
39 print(paste0("Input files: ", files)) | 39 print(paste0("Input files: ", files)) |