comparison FeatureLinkerUnlabeled.xml @ 1:fad4af2df6a4 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:05:31 -0400
parents 086cb9f95fef
children d21258431e2a
comparison
equal deleted inserted replaced
0:086cb9f95fef 1:fad4af2df6a4
36 #end if 36 #end if
37 #if $param_algorithm_distance_MZ_max_difference: 37 #if $param_algorithm_distance_MZ_max_difference:
38 -algorithm:distance_MZ:max_difference $param_algorithm_distance_MZ_max_difference 38 -algorithm:distance_MZ:max_difference $param_algorithm_distance_MZ_max_difference
39 #end if 39 #end if
40 #if $param_algorithm_distance_MZ_unit: 40 #if $param_algorithm_distance_MZ_unit:
41 -algorithm:distance_MZ:unit $param_algorithm_distance_MZ_unit 41 -algorithm:distance_MZ:unit
42 #if " " in str($param_algorithm_distance_MZ_unit):
43 "$param_algorithm_distance_MZ_unit"
44 #else
45 $param_algorithm_distance_MZ_unit
46 #end if
42 #end if 47 #end if
43 #if $adv_opts.adv_opts_selector=='advanced': 48 #if $adv_opts.adv_opts_selector=='advanced':
44 #if $adv_opts.param_force: 49 #if $adv_opts.param_force:
45 -force 50 -force
46 #end if 51 #end if