| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.981 | or_test |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 145 | Bio/Align/Applications/_Prank.py |
| 2 | 5 | 152 | Bio/Align/Applications/_Prank.py |
| ||||
#-matresize=# [matrix resizing multiplier]
# Doesnt specify type but Float and Int work
_Option(["-matresize","matresize"],["input"],
lambda x:isinstance(x,types.FloatType) or isinstance(x,types.IntType),0,"Matrix resizing multiplier")
|
| ||||
#-matinitsize=# [matrix initial size multiplier]
# Doesnt specify type but Float and Int work
_Option(["-matinitsize","matinitsize"],["input"],
lambda x:isinstance(x,types.FloatType) or isinstance(x,types.IntType),0,"Matrix initial size multiplier")
|
| |||
#-matinitsize=# [matrix initial size multiplier] #-matresize=# [matrix resizing multiplier] # Doesnt specify type but Float and Int work _Option([ [[#variable78071860]], [[#variable780717e0]]],["input"], lambda x:isinstance(x,types.FloatType) or isinstance(x,types.IntType),0, [[#variable780716a0]]) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78071860]] | "-matinitsize" |
| 1 | 2 | [[#78071860]] | "-matresize" |
| 2 | 1 | [[#780717e0]] | "matinitsize" |
| 2 | 2 | [[#780717e0]] | "matresize" |
| 3 | 1 | [[#780716a0]] | "Matrix initial size multiplier" |
| 3 | 2 | [[#780716a0]] | "Matrix resizing multiplier" |