Mercurial > repos > galaxyp > openms_itraqanalyzer
comparison ITRAQAnalyzer.xml @ 2:3be9073b721e 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:38:12 -0400 |
parents | cf30ca99bd20 |
children |
comparison
equal
deleted
inserted
replaced
1:cf30ca99bd20 | 2:3be9073b721e |
---|---|
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>ITRAQAnalyzer | 13 <command>ITRAQAnalyzer |
14 | 14 |
15 #if $param_type: | 15 #if $param_type: |
16 -type $param_type | 16 -type |
17 #if " " in str($param_type): | |
18 "$param_type" | |
19 #else | |
20 $param_type | |
21 #end if | |
17 #end if | 22 #end if |
18 #if $param_in: | 23 #if $param_in: |
19 -in $param_in | 24 -in $param_in |
20 #end if | 25 #end if |
21 #if $param_out: | 26 #if $param_out: |
29 #end if | 34 #end if |
30 #if $param_id_pool: | 35 #if $param_id_pool: |
31 -id_pool "$param_id_pool" | 36 -id_pool "$param_id_pool" |
32 #end if | 37 #end if |
33 #if $param_algorithm_Extraction_select_activation: | 38 #if $param_algorithm_Extraction_select_activation: |
34 -algorithm:Extraction:select_activation '$param_algorithm_Extraction_select_activation' | 39 -algorithm:Extraction:select_activation |
40 #if " " in str($param_algorithm_Extraction_select_activation): | |
41 "$param_algorithm_Extraction_select_activation" | |
42 #else | |
43 $param_algorithm_Extraction_select_activation | |
44 #end if | |
35 #end if | 45 #end if |
36 #if $param_algorithm_Extraction_reporter_mass_shift: | 46 #if $param_algorithm_Extraction_reporter_mass_shift: |
37 -algorithm:Extraction:reporter_mass_shift $param_algorithm_Extraction_reporter_mass_shift | 47 -algorithm:Extraction:reporter_mass_shift $param_algorithm_Extraction_reporter_mass_shift |
38 #end if | 48 #end if |
39 | 49 |