Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 5 | 1 | 0.980 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 393 | Bio/SwissProt/__init__.py |
2 | 7 | 643 | Bio/SwissProt/SProt.py |
3 | 7 | 656 | Bio/SwissProt/SProt.py |
4 | 7 | 1046 | Bio/SwissProt/SProt.py |
5 | 7 | 1080 | Bio/SwissProt/SProt.py |
| ||||
index = line.find("=") if index>=0: descr = line[ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = line[index+1: ].split(",") else: ids = line.split(",") |
| ||||
index = line.find("=") if index>=0: descr = line[ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = line[index+1: ].split(",") else: ids = line.split(",") |
| ||||
index = line.find("=") if index>=0: descr = line[ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = line[index+1: ].split(",") else: ids = line.split(",") |
| ||||
index = data.find("=") if index>=0: descr = data[ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = data[index+1: ].split(",") else: ids = data.split(",") |
| ||||
index = line.find("=") if index>=0: descr = line[ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = line[index+1: ].split(",") else: ids = line.split(",") |
| |||
index = [[#variable77b7a3a0]].find("=") if index>=0: descr = [[#variable77b7a3a0]][ :index] assert descr=="NCBI_TaxID","Unexpected taxonomy type %s"%descr ids = [[#variable77b7a3a0]][index+1: ].split(",") else: ids = [[#variable77b7a3a0]].split(",") |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b7a3a0]] | line |
1 | 2 | [[#77b7a3a0]] | data |
1 | 3 | [[#77b7a3a0]] | line |
1 | 4 | [[#77b7a3a0]] | line |
1 | 5 | [[#77b7a3a0]] | line |