Mercurial > repos > galaxyp > openms_baselinefilter
comparison BaselineFilter.xml @ 1:4e3ec1e5783f 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:58:35 -0400 |
parents | 4768c361b11f |
children | abe9050fea06 |
comparison
equal
deleted
inserted
replaced
0:4768c361b11f | 1:4e3ec1e5783f |
---|---|
20 #end if | 20 #end if |
21 #if $param_struc_elem_length: | 21 #if $param_struc_elem_length: |
22 -struc_elem_length $param_struc_elem_length | 22 -struc_elem_length $param_struc_elem_length |
23 #end if | 23 #end if |
24 #if $param_struc_elem_unit: | 24 #if $param_struc_elem_unit: |
25 -struc_elem_unit $param_struc_elem_unit | 25 -struc_elem_unit |
26 #if " " in str($param_struc_elem_unit): | |
27 "$param_struc_elem_unit" | |
28 #else | |
29 $param_struc_elem_unit | |
30 #end if | |
26 #end if | 31 #end if |
27 #if $param_method: | 32 #if $param_method: |
28 -method $param_method | 33 -method |
34 #if " " in str($param_method): | |
35 "$param_method" | |
36 #else | |
37 $param_method | |
38 #end if | |
29 #end if | 39 #end if |
30 #if $adv_opts.adv_opts_selector=='advanced': | 40 #if $adv_opts.adv_opts_selector=='advanced': |
31 #if $adv_opts.param_force: | 41 #if $adv_opts.param_force: |
32 -force | 42 -force |
33 #end if | 43 #end if |