comparison CompNovoCID.xml @ 1:2b2816e945d3 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:59:10 -0400
parents bcfd25cc47bc
children 975d6c7a13eb
comparison
equal deleted inserted replaced
0:bcfd25cc47bc 1:2b2816e945d3
38 #end if 38 #end if
39 #if $param_algorithm_number_of_hits: 39 #if $param_algorithm_number_of_hits:
40 -algorithm:number_of_hits $param_algorithm_number_of_hits 40 -algorithm:number_of_hits $param_algorithm_number_of_hits
41 #end if 41 #end if
42 #if $param_algorithm_estimate_precursor_mz: 42 #if $param_algorithm_estimate_precursor_mz:
43 -algorithm:estimate_precursor_mz $param_algorithm_estimate_precursor_mz 43 -algorithm:estimate_precursor_mz
44 #if " " in str($param_algorithm_estimate_precursor_mz):
45 "$param_algorithm_estimate_precursor_mz"
46 #else
47 $param_algorithm_estimate_precursor_mz
48 #end if
44 #end if 49 #end if
45 50
46 #if $rep_param_algorithm_fixed_modifications: 51 #if $rep_param_algorithm_fixed_modifications:
47 -algorithm:fixed_modifications 52 -algorithm:fixed_modifications
48 #for token in $rep_param_algorithm_fixed_modifications: 53 #for token in $rep_param_algorithm_fixed_modifications: