Mercurial > repos > zzhou > bamedit
changeset 40:aec5bf64a8fb draft
Uploaded
| author | zzhou |
|---|---|
| date | Mon, 26 Nov 2012 13:32:30 -0500 |
| parents | 9c3dfa4d0799 |
| children | 2f16cfc57586 |
| files | bamedit.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bamedit.xml Mon Nov 26 13:29:53 2012 -0500 +++ b/bamedit.xml Mon Nov 26 13:32:30 2012 -0500 @@ -73,7 +73,7 @@ #end if #end if #if str($input_type.input_type_selector) == 'split': -#set $__options = { 'action':str("split"), 'bamout':str($bamouts1), 'bamout2':str($bamouts2), 'input1':str($input1), 'path':str("\$SCRIPT_PATH") } +#set $__options = { 'action':str("split"), 'bamout':str($bamouts1), 'bamout2':str($bamouts2), 'input1':str($input1), 'path':str(\$SCRIPT_PATH) } #end if #if str($input_type.input_type_selector) == 'filter': #set $__options = { 'action':str("filter"), 'bamout':str($bamoutf), 'input1':str($input1), 'quality':int($input_type.quality) }
