Mercurial > repos > recetox > recetox_aplcms_remove_noise
comparison recetox_aplcms_remove_noise.xml @ 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 | ffbabefbd2e2 |
children |
comparison
equal
deleted
inserted
replaced
10:ea0758b41473 | 11:7acd11ddc061 |
---|---|
28 baseline_correct = $baseline_correct, | 28 baseline_correct = $baseline_correct, |
29 baseline_correct_noise_percentile = 0.05, | 29 baseline_correct_noise_percentile = 0.05, |
30 intensity_weighted = $intensity_weighted, | 30 intensity_weighted = $intensity_weighted, |
31 do.plot = FALSE, | 31 do.plot = FALSE, |
32 cache = FALSE, | 32 cache = FALSE, |
33 grouping_threshold = as.numeric('$grouping_threshold') | 33 grouping_threshold = $grouping_threshold |
34 ) | 34 ) |
35 | 35 |
36 profile <- save_sample_name(profile, sample_name) | 36 profile <- save_sample_name(profile, sample_name) |
37 save_data_as_parquet_file(profile, '$output_file') | 37 save_data_as_parquet_file(profile, '$output_file') |
38 ]]></configfile> | 38 ]]></configfile> |