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

Changeset 11:7acd11ddc061 (2024-10-31)
Previous changeset 10:ea0758b41473 (2024-09-16)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 5da5b5e8b95d93a24424155e5aebfbd337d2c4b6
modified:
macros.xml
recetox_aplcms_remove_noise.xml
test-data/peak_table_galaxy.parquet
test-data/remove_noise_docker.parquet
test-data/remove_noise_docker_threshold.parquet
b
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
b
@@ -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>
b
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
b
@@ -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)
b
diff -r ea0758b41473 -r 7acd11ddc061 test-data/peak_table_galaxy.parquet
b
Binary file test-data/peak_table_galaxy.parquet has changed
b
diff -r ea0758b41473 -r 7acd11ddc061 test-data/remove_noise_docker.parquet
b
Binary file test-data/remove_noise_docker.parquet has changed
b
diff -r ea0758b41473 -r 7acd11ddc061 test-data/remove_noise_docker_threshold.parquet
b
Binary file test-data/remove_noise_docker_threshold.parquet has changed