comparison FeatureLinkerUnlabeledQT.xml @ 1:09d268b81f88 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:42 -0400
parents 95b2f6a72817
children b6739a31c49f
comparison
equal deleted inserted replaced
0:95b2f6a72817 1:09d268b81f88
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