| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 4 | 0.956 | stmt_list[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 205 | Bio/PDB/DSSP.py |
| 2 | 6 | 179 | Bio/PDB/NACCESS.py |
| ||||
s = p.get_structure("X",sys.argv[1])
model = s[0]
d = DSSP(model,sys.argv[1])
for r in d:
print r
|
| ||||
s = p.get_structure("X",sys.argv[1])
model = s[0]
n = NACCESS(model,sys.argv[1])
for e in n.get_iterator( ):
print e
|
| |||
s = p.get_structure("X",sys.argv[1])
model = s[0]
[[#variable1982ee00]]= [[#variable601866a0]](model,sys.argv[1])
for [[#variable76bb05a0]]in [[#variable2e514120]]:
print [[#variable76bb05a0]]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1982ee00]] | n |
| 1 | 2 | [[#1982ee00]] | d |
| 2 | 1 | [[#601866a0]] | NACCESS |
| 2 | 2 | [[#601866a0]] | DSSP |
| 3 | 1 | [[#76bb05a0]] | e |
| 3 | 2 | [[#76bb05a0]] | r |
| 4 | 1 | [[#2e514120]] | n.get_iterator( ) |
| 4 | 2 | [[#2e514120]] | d |