Mercurial > repos > zzhou > bamedit
comparison bamedit.xml @ 40:aec5bf64a8fb draft
Uploaded
| author | zzhou |
|---|---|
| date | Mon, 26 Nov 2012 13:32:30 -0500 |
| parents | b3101aaf4ce9 |
| children | 3de9eff1d0b7 |
comparison
equal
deleted
inserted
replaced
| 39:9c3dfa4d0799 | 40:aec5bf64a8fb |
|---|---|
| 71 #else: | 71 #else: |
| 72 #set $__options = { 'action':str("merge"), 'bamout':str($bamoutm), 'input1':str($input1), 'input2':str($input2) } | 72 #set $__options = { 'action':str("merge"), 'bamout':str($bamoutm), 'input1':str($input1), 'input2':str($input2) } |
| 73 #end if | 73 #end if |
| 74 #end if | 74 #end if |
| 75 #if str($input_type.input_type_selector) == 'split': | 75 #if str($input_type.input_type_selector) == 'split': |
| 76 #set $__options = { 'action':str("split"), 'bamout':str($bamouts1), 'bamout2':str($bamouts2), 'input1':str($input1), 'path':str("\$SCRIPT_PATH") } | 76 #set $__options = { 'action':str("split"), 'bamout':str($bamouts1), 'bamout2':str($bamouts2), 'input1':str($input1), 'path':str(\$SCRIPT_PATH) } |
| 77 #end if | 77 #end if |
| 78 #if str($input_type.input_type_selector) == 'filter': | 78 #if str($input_type.input_type_selector) == 'filter': |
| 79 #set $__options = { 'action':str("filter"), 'bamout':str($bamoutf), 'input1':str($input1), 'quality':int($input_type.quality) } | 79 #set $__options = { 'action':str("filter"), 'bamout':str($bamoutf), 'input1':str($input1), 'quality':int($input_type.quality) } |
| 80 #end if | 80 #end if |
| 81 #if str($input_type.input_type_selector) == 'pileup': | 81 #if str($input_type.input_type_selector) == 'pileup': |
