# HG changeset patch # User recetox # Date 1684939809 0 # Node ID f2490df187db112b361bdf75b34bec32f7cdbf8b # Parent 18f965163b4c1f0192f90ac7b66627bd49d4a578 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 724ecb1b81ebd8a67488b8a9397177b2ff0357db diff -r 18f965163b4c -r f2490df187db help.xml --- a/help.xml Mon Apr 03 14:57:46 2023 +0000 +++ b/help.xml Wed May 24 14:50:09 2023 +0000 @@ -110,7 +110,6 @@ ================================= Group features with `mz` and `rt` using tolerances within the tolerance into clusters, creating larger features from raw data points. -Custom tolerances for `mz` and `rt` are computed based on the given parameters. The tool takes a collection of all detected features and computes the clusters over a global feature table, adding the `sample_id` and `cluster` columns to the table. Example Output @@ -133,7 +132,7 @@ recetox-aplcms - correct time ============================= -Apply spline-based retention time correction to a feature table given the template table and the computed `mz` and `rt` tolerances. +Apply spline-based retention time correction to a feature table given the template table and the `mz` and `rt` tolerances. Example Output -------------- diff -r 18f965163b4c -r f2490df187db macros.xml --- a/macros.xml Mon Apr 03 14:57:46 2023 +0000 +++ b/macros.xml Wed May 24 14:50:09 2023 +0000 @@ -1,5 +1,5 @@ - 0.10.3 + 0.11.0 r-recetox-aplcms @@ -93,32 +93,11 @@ - - - - - - - - - - - - - - - - - + + + diff -r 18f965163b4c -r f2490df187db recetox_aplcms_merge_known_table.xml --- a/recetox_aplcms_merge_known_table.xml Mon Apr 03 14:57:46 2023 +0000 +++ b/recetox_aplcms_merge_known_table.xml Wed May 24 14:50:09 2023 +0000 @@ -15,7 +15,6 @@ metadata <- load_data_from_parquet_file('$metadata_file') rt_table <- load_data_from_parquet_file('$rt_file') intensity_table <- load_data_from_parquet_file('$intensity_file') - tolerances <- load_data_from_parquet_file('$tolerances') known_table <- read_known_table('$known_table') feature_tables <- join_tables_to_list(metadata, rt_table, intensity_table) @@ -28,8 +27,8 @@ #else: match_tol_ppm = NA, #end if - mz_tol_relative = get_mz_tol(tolerances), - rt_tol_relative = get_rt_tol(tolerances), + mz_tol_relative = $mz_tol_relative_ppm * 1e-06, + rt_tol_relative = $rt_tol, #if $direction.selection == "TRUE": new_feature_min_count = $direction.new_feature_min_count, #end if @@ -63,8 +62,7 @@ RT_min (minimum observed retention time), RT_max (maximum observed retention time), int_mean.log. (mean observed log intensity), int_sd.log. (standard deviation of observed log intensity), int_min.log. (minimum observed log intensity), int_max.log. (maximum observed log intensity)." /> - +