| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 6 | 0.976 | compound_stmt |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 176 | Bio/Compass/__init__.py |
| 2 | 6 | 183 | Bio/Compass/__init__.py |
| ||||
def lengths(self,line):
m = self.__class__._re_lengths.search(line)
self.data.query_length = int(m.group(1))
self.data.query_filtered_length = float(m.group(2))
self.data.hit_length = int(m.group(3))
self.data.hit_filtered_length = float(m.group(4))
|
| ||||
def profilewidth(self,line):
m = self.__class__._re_profilewidth.search(line)
self.data.query_nseqs = int(m.group(1))
self.data.query_neffseqs = float(m.group(2))
self.data.hit_nseqs = int(m.group(3))
self.data.hit_neffseqs = float(m.group(4))
|
| |||
def [[#variable6af57240]](self,line): m = self.__class__. [[#variable6af56140]].search(line) self.data. [[#variable61d09820]]= int(m.group(1)) self.data. [[#variable6af572c0]]= float(m.group(2)) self.data. [[#variable6af571a0]]= int(m.group(3)) self.data. [[#variable6af570a0]]= float(m.group(4)) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6af57240]] | profilewidth |
| 1 | 2 | [[#6af57240]] | lengths |
| 2 | 1 | [[#6af56140]] | _re_profilewidth |
| 2 | 2 | [[#6af56140]] | _re_lengths |
| 3 | 1 | [[#61d09820]] | query_nseqs |
| 3 | 2 | [[#61d09820]] | query_length |
| 4 | 1 | [[#6af572c0]] | query_neffseqs |
| 4 | 2 | [[#6af572c0]] | query_filtered_length |
| 5 | 1 | [[#6af571a0]] | hit_nseqs |
| 5 | 2 | [[#6af571a0]] | hit_length |
| 6 | 1 | [[#6af570a0]] | hit_neffseqs |
| 6 | 2 | [[#6af570a0]] | hit_filtered_length |