Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.987 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 242 | Bio/AlignIO/StockholmIO.py |
2 | 7 | 256 | Bio/AlignIO/StockholmIO.py |
| ||||
data = self.clean(str(value)) if data: self.handle.write("""#=GS %s %s %s """ %(seq_name,self.clean(self.pfam_gs_mapping[key]),data)) |
| ||||
data = self.clean(str(value)) if data: self.handle.write("""#=GR %s %s %s """ %(seq_name,self.clean(self.pfam_gr_mapping[key]),data)) |
| |||
data = self.clean(str(value)) if data: self.handle.write( [[#variable4f00d400]]%(seq_name,self.clean(self. [[#variable4f00d380]][key]),data)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f00d400]] | """#=GS %s %s %s """ |
1 | 2 | [[#4f00d400]] | """#=GR %s %s %s """ |
2 | 1 | [[#4f00d380]] | pfam_gs_mapping |
2 | 2 | [[#4f00d380]] | pfam_gr_mapping |