Mercurial > repos > galaxyp > openms_rtmodel
diff RTModel.xml @ 1:5be3bb0724e9 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:52:04 -0400 |
parents | 44ab28351d2a |
children | 4e9e33ca49c0 |
line wrap: on
line diff
--- a/RTModel.xml Wed Mar 01 10:05:04 2017 -0500 +++ b/RTModel.xml Tue Apr 18 15:52:04 2017 -0400 @@ -25,7 +25,12 @@ -out $param_out #end if #if $param_svm_type: - -svm_type $param_svm_type + -svm_type + #if " " in str($param_svm_type): + "$param_svm_type" + #else + $param_svm_type + #end if #end if #if $param_nu: -nu $param_nu @@ -37,7 +42,12 @@ -c $param_c #end if #if $param_kernel_type: - -kernel_type $param_kernel_type + -kernel_type + #if " " in str($param_kernel_type): + "$param_kernel_type" + #else + $param_kernel_type + #end if #end if #if $param_degree: -degree $param_degree