Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.972 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 177 | Bio/Blast/Record.py |
2 | 5 | 185 | Bio/Blast/Record.py |
| ||||
lines.append("Query:%s %s...%s %s"%(str(self.query_start).rjust(8),str(self.query)[ :45],str(self.query)[ -3: ],str(self.query_end))) |
| ||||
lines.append("Sbjct:%s %s...%s %s"%(str(self.sbjct_start).rjust(8),str(self.sbjct)[ :45],str(self.sbjct)[ -3: ],str(self.sbjct_end))) |
| |||
lines.append( [[#variable2c96c1e0]]%(str(self. [[#variable2c96c120]]).rjust(8),str(self. [[#variable2c96c080]])[ :45],str(self. [[#variable2c96c080]])[ -3: ],str(self. [[#variable5d6c5f60]]))) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c96c1e0]] | "Sbjct:%s %s...%s %s" |
1 | 2 | [[#2c96c1e0]] | "Query:%s %s...%s %s" |
2 | 1 | [[#2c96c120]] | sbjct_start |
2 | 2 | [[#2c96c120]] | query_start |
3 | 1 | [[#2c96c080]] | sbjct |
3 | 2 | [[#2c96c080]] | query |
4 | 1 | [[#5d6c5f60]] | sbjct_end |
4 | 2 | [[#5d6c5f60]] | query_end |