Mercurial > repos > recetox > recetox_aplcms_remove_noise
comparison recetox_aplcms_remove_noise.xml @ 1:e9e9677e8147 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 4254c6f6f05915ceab5af5d7040ac2c44a8364b4
| author | recetox |
|---|---|
| date | Mon, 03 Apr 2023 14:56:43 +0000 |
| parents | 7e1217022278 |
| children | caa39ec7a18b |
comparison
equal
deleted
inserted
replaced
| 0:7e1217022278 | 1:e9e9677e8147 |
|---|---|
| 17 | 17 |
| 18 profile <- proc.cdf( | 18 profile <- proc.cdf( |
| 19 filename = '$input_file', | 19 filename = '$input_file', |
| 20 min_pres = $min_pres, | 20 min_pres = $min_pres, |
| 21 min_run = $min_run, | 21 min_run = $min_run, |
| 22 mz_tol = $mz_tol, | 22 mz_tol = $mz_tol/1e6, |
| 23 baseline_correct = $baseline_correct, | 23 baseline_correct = $baseline_correct, |
| 24 baseline_correct_noise_percentile = 0.05, | 24 baseline_correct_noise_percentile = 0.05, |
| 25 intensity_weighted = $intensity_weighted, | 25 intensity_weighted = $intensity_weighted, |
| 26 do.plot = FALSE, | 26 do.plot = FALSE, |
| 27 cache = FALSE | 27 cache = FALSE |
