Mercurial > repos > galaxyp > openms_consensusmapnormalizer
comparison ConsensusMapNormalizer.xml @ 1:25cbb7318c82 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author | galaxyp |
---|---|
date | Tue, 18 Apr 2017 16:00:08 -0400 |
parents | edc5db51452d |
children | c41a3656437e |
comparison
equal
deleted
inserted
replaced
0:edc5db51452d | 1:25cbb7318c82 |
---|---|
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': |