comparison ConsensusMapNormalizer.xml @ 1:4cc76e0b70f0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author galaxyp
date Tue, 18 Apr 2017 15:28:25 -0400
parents 46ce06cffb97
children 4fec36da6f53
comparison
equal deleted inserted replaced
0:46ce06cffb97 1:4cc76e0b70f0
17 #end if 17 #end if
18 #if $param_out: 18 #if $param_out:
19 -out $param_out 19 -out $param_out
20 #end if 20 #end if
21 #if $param_algorithm_type: 21 #if $param_algorithm_type:
22 -algorithm_type $param_algorithm_type 22 -algorithm_type
23 #if " " in str($param_algorithm_type):
24 "$param_algorithm_type"
25 #else
26 $param_algorithm_type
27 #end if
23 #end if 28 #end if
24 #if $param_ratio_threshold: 29 #if $param_ratio_threshold:
25 -ratio_threshold $param_ratio_threshold 30 -ratio_threshold $param_ratio_threshold
26 #end if 31 #end if
27 #if $adv_opts.adv_opts_selector=='advanced': 32 #if $adv_opts.adv_opts_selector=='advanced':