Mercurial > repos > galaxyp > openms_ptmodel
comparison PTModel.xml @ 1:2ee5a9a86f8a 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:47:12 -0400 |
| parents | 4ac42a7ddf1c |
| children | 8395234353a2 |
comparison
equal
deleted
inserted
replaced
| 0:4ac42a7ddf1c | 1:2ee5a9a86f8a |
|---|---|
| 23 #end if | 23 #end if |
| 24 #if $param_c: | 24 #if $param_c: |
| 25 -c $param_c | 25 -c $param_c |
| 26 #end if | 26 #end if |
| 27 #if $param_svm_type: | 27 #if $param_svm_type: |
| 28 -svm_type $param_svm_type | 28 -svm_type |
| 29 #if " " in str($param_svm_type): | |
| 30 "$param_svm_type" | |
| 31 #else | |
| 32 $param_svm_type | |
| 33 #end if | |
| 29 #end if | 34 #end if |
| 30 #if $param_nu: | 35 #if $param_nu: |
| 31 -nu $param_nu | 36 -nu $param_nu |
| 32 #end if | 37 #end if |
| 33 #if $param_kernel_type: | 38 #if $param_kernel_type: |
| 34 -kernel_type $param_kernel_type | 39 -kernel_type |
| 40 #if " " in str($param_kernel_type): | |
| 41 "$param_kernel_type" | |
| 42 #else | |
| 43 $param_kernel_type | |
| 44 #end if | |
| 35 #end if | 45 #end if |
| 36 #if $param_degree: | 46 #if $param_degree: |
| 37 -degree $param_degree | 47 -degree $param_degree |
| 38 #end if | 48 #end if |
| 39 #if $param_border_length: | 49 #if $param_border_length: |
