# HG changeset patch
# User recetox
# Date 1730373830 0
# Node ID 7acd11ddc061915fce43e12265e22e035a1af249
# Parent  ea0758b41473e7abf35ab0934e2bf3a2d799ce18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 5da5b5e8b95d93a24424155e5aebfbd337d2c4b6

diff -r ea0758b41473 -r 7acd11ddc061 macros.xml
--- a/macros.xml	Mon Sep 16 15:18:45 2024 +0000
+++ b/macros.xml	Thu Oct 31 11:23:50 2024 +0000
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.13.3</token>
+    <token name="@TOOL_VERSION@">0.13.4</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">r-recetox-aplcms</requirement>
diff -r ea0758b41473 -r 7acd11ddc061 recetox_aplcms_remove_noise.xml
--- a/recetox_aplcms_remove_noise.xml	Mon Sep 16 15:18:45 2024 +0000
+++ b/recetox_aplcms_remove_noise.xml	Thu Oct 31 11:23:50 2024 +0000
@@ -30,7 +30,7 @@
                 intensity_weighted = $intensity_weighted,
                 do.plot = FALSE,
                 cache = FALSE,
-                grouping_threshold = as.numeric('$grouping_threshold')
+                grouping_threshold = $grouping_threshold
             )
 
             profile <- save_sample_name(profile, sample_name)
diff -r ea0758b41473 -r 7acd11ddc061 test-data/peak_table_galaxy.parquet
Binary file test-data/peak_table_galaxy.parquet has changed
diff -r ea0758b41473 -r 7acd11ddc061 test-data/remove_noise_docker.parquet
Binary file test-data/remove_noise_docker.parquet has changed
diff -r ea0758b41473 -r 7acd11ddc061 test-data/remove_noise_docker_threshold.parquet
Binary file test-data/remove_noise_docker_threshold.parquet has changed