Mercurial > repos > galaxyp > openms_converttsvtotraml
comparison ConvertTSVToTraML.xml @ 1:e390ff1eb65c draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author | galaxyp |
---|---|
date | Tue, 18 Apr 2017 16:00:44 -0400 |
parents | 526f8ef4d75b |
children |
comparison
equal
deleted
inserted
replaced
0:526f8ef4d75b | 1:e390ff1eb65c |
---|---|
21 #if $adv_opts.adv_opts_selector=='advanced': | 21 #if $adv_opts.adv_opts_selector=='advanced': |
22 #if $adv_opts.param_force: | 22 #if $adv_opts.param_force: |
23 -force | 23 -force |
24 #end if | 24 #end if |
25 #if $adv_opts.param_algorithm_retentionTimeInterpretation: | 25 #if $adv_opts.param_algorithm_retentionTimeInterpretation: |
26 -algorithm:retentionTimeInterpretation $adv_opts.param_algorithm_retentionTimeInterpretation | 26 -algorithm:retentionTimeInterpretation |
27 #if " " in str($adv_opts.param_algorithm_retentionTimeInterpretation): | |
28 "$adv_opts.param_algorithm_retentionTimeInterpretation" | |
29 #else | |
30 $adv_opts.param_algorithm_retentionTimeInterpretation | |
31 #end if | |
27 #end if | 32 #end if |
28 #if $adv_opts.param_algorithm_override_group_label_check: | 33 #if $adv_opts.param_algorithm_override_group_label_check: |
29 -algorithm:override_group_label_check | 34 -algorithm:override_group_label_check |
30 #end if | 35 #end if |
31 #end if | 36 #end if |