Mercurial > repos > galaxyp > openms_digestor
comparison Digestor.xml @ 1:62341892592a 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:02:00 -0400 |
parents | e661b6359f66 |
children | 3e8b14ad38c2 |
comparison
equal
deleted
inserted
replaced
0:e661b6359f66 | 1:62341892592a |
---|---|
34 #end if | 34 #end if |
35 #if $param_max_length: | 35 #if $param_max_length: |
36 -max_length $param_max_length | 36 -max_length $param_max_length |
37 #end if | 37 #end if |
38 #if $param_enzyme: | 38 #if $param_enzyme: |
39 -enzyme $param_enzyme | 39 -enzyme |
40 #if " " in str($param_enzyme): | |
41 "$param_enzyme" | |
42 #else | |
43 $param_enzyme | |
44 #end if | |
40 #end if | 45 #end if |
41 #if $adv_opts.adv_opts_selector=='advanced': | 46 #if $adv_opts.adv_opts_selector=='advanced': |
42 #if $adv_opts.param_force: | 47 #if $adv_opts.param_force: |
43 -force | 48 -force |
44 #end if | 49 #end if |