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

Changeset 10:ea0758b41473 (2024-09-16)
Previous changeset 9:ffbabefbd2e2 (2024-08-01) Next changeset 11:7acd11ddc061 (2024-10-31)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit f5e491b0f3f4005e3d8f75954f2d469297b300bf
modified:
macros.xml
test-data/peak_table_galaxy.parquet
test-data/remove_noise_docker.parquet
test-data/remove_noise_docker_threshold.parquet
b
diff -r ffbabefbd2e2 -r ea0758b41473 macros.xml
--- a/macros.xml Thu Aug 01 10:59:18 2024 +0000
+++ b/macros.xml Mon Sep 16 15:18:45 2024 +0000
[
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.13.2</token>
+    <token name="@TOOL_VERSION@">0.13.3</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">r-recetox-aplcms</requirement>
@@ -66,7 +66,7 @@
                The recommended value is the machine's nominal accuracy level (e.g. for FTMS, it is 10)." />
         <param name="baseline_correct" type="float" value="0" label="Baseline correction [unit of signal intensity]"
                help="After grouping the observations, the highest intensity in each group is found. If the highest is lower than this value, the entire group will be deleted." />
-        <param name="grouping_threshold" type="float" min="0" value="Inf" label="Grouping Threshold [unit corresponds to the retention time]"
+        <param name="grouping_threshold" type="float" min="0" value="10" label="Grouping Threshold [unit corresponds to the retention time]"
                help="Maximum empty space between section of the chromatogram for splitting EICs" />
         <param name="intensity_weighted" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Weight intensity"
                help="Whether to weight the local density by signal intensities in initial peak detection." />
b
diff -r ffbabefbd2e2 -r ea0758b41473 test-data/peak_table_galaxy.parquet
b
Binary file test-data/peak_table_galaxy.parquet has changed
b
diff -r ffbabefbd2e2 -r ea0758b41473 test-data/remove_noise_docker.parquet
b
Binary file test-data/remove_noise_docker.parquet has changed
b
diff -r ffbabefbd2e2 -r ea0758b41473 test-data/remove_noise_docker_threshold.parquet
b
Binary file test-data/remove_noise_docker_threshold.parquet has changed