Mercurial > repos > recetox > recetox_aplcms_remove_noise
changeset 11:7acd11ddc061 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 5da5b5e8b95d93a24424155e5aebfbd337d2c4b6
author | recetox |
---|---|
date | Thu, 31 Oct 2024 11:23:50 +0000 |
parents | ea0758b41473 |
children | |
files | 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 |
diffstat | 5 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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)