Mercurial > repos > galaxyp > openms_tmtanalyzer
comparison TMTAnalyzer.xml @ 2:0bf790828adc 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:56:13 -0400 |
parents | b5469cab3d8a |
children |
comparison
equal
deleted
inserted
replaced
1:b5469cab3d8a | 2:0bf790828adc |
---|---|
26 #end if | 26 #end if |
27 #if $param_id_pool: | 27 #if $param_id_pool: |
28 -id_pool "$param_id_pool" | 28 -id_pool "$param_id_pool" |
29 #end if | 29 #end if |
30 #if $param_algorithm_Extraction_select_activation: | 30 #if $param_algorithm_Extraction_select_activation: |
31 -algorithm:Extraction:select_activation '$param_algorithm_Extraction_select_activation' | 31 -algorithm:Extraction:select_activation |
32 #if " " in str($param_algorithm_Extraction_select_activation): | |
33 "$param_algorithm_Extraction_select_activation" | |
34 #else | |
35 $param_algorithm_Extraction_select_activation | |
36 #end if | |
32 #end if | 37 #end if |
33 #if $param_algorithm_Extraction_reporter_mass_shift: | 38 #if $param_algorithm_Extraction_reporter_mass_shift: |
34 -algorithm:Extraction:reporter_mass_shift $param_algorithm_Extraction_reporter_mass_shift | 39 -algorithm:Extraction:reporter_mass_shift $param_algorithm_Extraction_reporter_mass_shift |
35 #end if | 40 #end if |
36 | 41 |