Mercurial > repos > galaxyp > openms_accuratemasssearch
comparison AccurateMassSearch.xml @ 1:79017f4e6ead 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:11 -0400 |
parents | 9c63c85a3cf5 |
children | c869c0af9bca |
comparison
equal
deleted
inserted
replaced
0:9c63c85a3cf5 | 1:79017f4e6ead |
---|---|
37 #end for | 37 #end for |
38 #if $param_algorithm_mass_error_value: | 38 #if $param_algorithm_mass_error_value: |
39 -algorithm:mass_error_value $param_algorithm_mass_error_value | 39 -algorithm:mass_error_value $param_algorithm_mass_error_value |
40 #end if | 40 #end if |
41 #if $param_algorithm_mass_error_unit: | 41 #if $param_algorithm_mass_error_unit: |
42 -algorithm:mass_error_unit $param_algorithm_mass_error_unit | 42 -algorithm:mass_error_unit |
43 #if " " in str($param_algorithm_mass_error_unit): | |
44 "$param_algorithm_mass_error_unit" | |
45 #else | |
46 $param_algorithm_mass_error_unit | |
47 #end if | |
43 #end if | 48 #end if |
44 #if $param_algorithm_ionization_mode: | 49 #if $param_algorithm_ionization_mode: |
45 -algorithm:ionization_mode $param_algorithm_ionization_mode | 50 -algorithm:ionization_mode |
51 #if " " in str($param_algorithm_ionization_mode): | |
52 "$param_algorithm_ionization_mode" | |
53 #else | |
54 $param_algorithm_ionization_mode | |
55 #end if | |
46 #end if | 56 #end if |
47 #if $param_algorithm_isotopic_similarity: | 57 #if $param_algorithm_isotopic_similarity: |
48 -algorithm:isotopic_similarity | 58 -algorithm:isotopic_similarity |
49 #end if | 59 #end if |
50 #if $param_algorithm_keep_unidentified_masses: | 60 #if $param_algorithm_keep_unidentified_masses: |