Mercurial > repos > galaxyp > openms_compnovo
comparison CompNovo.xml @ 1:b606a6dd98c9 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:58 -0400 |
parents | 800cfbb18f30 |
children | 6b3a4a72b19b |
comparison
equal
deleted
inserted
replaced
0:800cfbb18f30 | 1:b606a6dd98c9 |
---|---|
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: |