Mercurial > repos > zzhou > bamedit
diff bamedit.xml @ 40:aec5bf64a8fb draft
Uploaded
| author | zzhou |
|---|---|
| date | Mon, 26 Nov 2012 13:32:30 -0500 |
| parents | b3101aaf4ce9 |
| children | 3de9eff1d0b7 |
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) }
