Mercurial > repos > recetox > recetox_aplcms_generate_feature_table
comparison recetox_aplcms_generate_feature_table.xml @ 6:d966047fa91d draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 0873c036d734782d2647b0eea84cd1a0658f5e58
author | recetox |
---|---|
date | Wed, 19 Jul 2023 00:25:16 +0000 |
parents | fd078f5746d3 |
children |
comparison
equal
deleted
inserted
replaced
5:fd078f5746d3 | 6:d966047fa91d |
---|---|
35 #if $max_bandwidth: | 35 #if $max_bandwidth: |
36 max_bandwidth = $max_bandwidth, | 36 max_bandwidth = $max_bandwidth, |
37 #else: | 37 #else: |
38 max_bandwidth = NA, | 38 max_bandwidth = NA, |
39 #end if | 39 #end if |
40 #if $advanced.sd_cut.sd_cut_bounds == "FALSE": | 40 #if $advanced.sd_cut.sd_cut_bounds == "TRUE": |
41 sd_cut = c($advanced.sd_cut.sd_cut_min, $advanced.sd_cut.sd_cut_max), | 41 sd_cut = c($advanced.sd_cut.sd_cut_min, $advanced.sd_cut.sd_cut_max), |
42 #else | 42 #else |
43 sd_cut = c(0, Inf), | 43 sd_cut = c(0, Inf), |
44 #end if | 44 #end if |
45 sigma_ratio_lim = determine_sigma_ratios($advanced.shape_model.sigma_ratio_lim_min, $advanced.shape_model.sigma_ratio_lim_max), | 45 sigma_ratio_lim = determine_sigma_ratios($advanced.shape_model.sigma_ratio_lim_min, $advanced.shape_model.sigma_ratio_lim_max), |