Repository 'rmassbank'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/rmassbank

Changeset 2:5a6bb93ec656 (2024-05-30)
Previous changeset 1:c1a9c990d4b0 (2023-10-12)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rmassbank commit bc3445f7c41271b0062c7674108f57708d08dd28
modified:
rmassbank.r
b
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))