# HG changeset patch # User recetox # Date 1722509889 0 # Node ID 9064aecc78a72993abd7a89228488c65ec711899 # Parent 1574b8a29e6f5b29c198422ad7735c2a6062db1f planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b88eaca14b030fc0023989f3c83479e4975d172a diff -r 1574b8a29e6f -r 9064aecc78a7 macros.xml --- a/macros.xml Thu May 30 14:52:30 2024 +0000 +++ b/macros.xml Thu Aug 01 10:58:09 2024 +0000 @@ -1,5 +1,5 @@ - 0.12.0 + 0.13.2 r-recetox-aplcms @@ -66,6 +66,8 @@ The recommended value is the machine's nominal accuracy level (e.g. for FTMS, it is 10)." /> + diff -r 1574b8a29e6f -r 9064aecc78a7 recetox_aplcms_correct_time.xml --- a/recetox_aplcms_correct_time.xml Thu May 30 14:52:30 2024 +0000 +++ b/recetox_aplcms_correct_time.xml Thu Aug 01 10:58:09 2024 +0000 @@ -1,4 +1,4 @@ - + correct retention time across samples for peak alignment macros.xml @@ -28,9 +28,7 @@ corrected_table <- correct_time( this.feature = features_table, - template_features = template_features, - mz_tol_relative = $mz_tol_relative_ppm * 1e-06, - rt_tol_relative = $rt_tol + template_features = template_features ) corrected_table <- save_sample_name(corrected_table, sample_name) @@ -43,7 +41,6 @@ help="Mass spectrometry clustered features table." /> - diff -r 1574b8a29e6f -r 9064aecc78a7 test-data/peak_table_galaxy.parquet Binary file test-data/peak_table_galaxy.parquet has changed diff -r 1574b8a29e6f -r 9064aecc78a7 test-data/remove_noise_docker.parquet Binary file test-data/remove_noise_docker.parquet has changed diff -r 1574b8a29e6f -r 9064aecc78a7 test-data/remove_noise_docker_threshold.parquet Binary file test-data/remove_noise_docker_threshold.parquet has changed