# HG changeset patch # User siwaa # Date 1707304434 0 # Node ID ed9c49c6c6e17c259e1e27ecfa4c3697eed22269 # Parent 7f8f474a7bd750e408a3992faf97f6002efe5402 "planemo upload for repository https://forgemia.inra.fr/redelac commit c398d524dabc89c0979403d2ff62970fc6c2b404" diff -r 7f8f474a7bd7 -r ed9c49c6c6e1 redelacSticsTool.R --- a/redelacSticsTool.R Tue Feb 06 09:21:00 2024 +0000 +++ b/redelacSticsTool.R Wed Feb 07 11:13:54 2024 +0000 @@ -103,7 +103,9 @@ foreach (i = ids, .options.future = list(packages = c("foreach", "SticsRFiles"))) %dordopar% { - gen_usms_xml(file = file.path(workspace, paste0("usms__", i, ".xml")), + usmsXfolder = file.path(workspace, paste0("UXF__", i)) + dir.create(usmsXfolder) + gen_usms_xml(file = file.path(usmsXfolder, paste0("usms__", i, ".xml")), param_df = usms_param[i:min(i + chunckSize - 1, nbUSMs),]) } @@ -120,7 +122,7 @@ javastics = javastics_path, workspace = workspace, out_dir = txt_path, - usms_file = paste0("usms__", i, ".xml"), + usms_file = paste0("UXF__", i, "/usms__", i, ".xml"), redelac = redelac, parallel = parallel, verbose = FALSE diff -r 7f8f474a7bd7 -r ed9c49c6c6e1 redelacSticsTool.xml --- a/redelacSticsTool.xml Tue Feb 06 09:21:00 2024 +0000 +++ b/redelacSticsTool.xml Wed Feb 07 11:13:54 2024 +0000 @@ -1,4 +1,4 @@ - + to run Stics for REDELAC docker://registry.forgemia.inra.fr/redelac/redelac-toolbox/sticsrpacks:1cadd3c67d29b07acb658836292f286e62922c5b