Mercurial > repos > galaxyp > openms_rtmodel
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 0:44ab28351d2a | 1:5be3bb0724e9 |
|---|---|
| 23 #end if | 23 #end if |
| 24 #if $param_out: | 24 #if $param_out: |
| 25 -out $param_out | 25 -out $param_out |
| 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_p: | 38 #if $param_p: |
| 35 #end if | 40 #end if |
| 36 #if $param_c: | 41 #if $param_c: |
| 37 -c $param_c | 42 -c $param_c |
| 38 #end if | 43 #end if |
| 39 #if $param_kernel_type: | 44 #if $param_kernel_type: |
| 40 -kernel_type $param_kernel_type | 45 -kernel_type |
| 46 #if " " in str($param_kernel_type): | |
| 47 "$param_kernel_type" | |
| 48 #else | |
| 49 $param_kernel_type | |
| 50 #end if | |
| 41 #end if | 51 #end if |
| 42 #if $param_degree: | 52 #if $param_degree: |
| 43 -degree $param_degree | 53 -degree $param_degree |
| 44 #end if | 54 #end if |
| 45 #if $param_border_length: | 55 #if $param_border_length: |
