Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 0 | 1.000 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 245 | Bio/AlignIO/ClustalIO.py |
2 | 6 | 203 | Bio/AlignIO/EmbossIO.py |
3 | 6 | 421 | Bio/AlignIO/StockholmIO.py |
| ||||
if self.records_per_alignment is not None and self.records_per_alignment!=len(ids): raise ValueError("Found %i records in this alignment, told to expect %i"%(len(ids),self.records_per_alignment)) alignment = Alignment(self.alphabet) |
| ||||
if self.records_per_alignment is not None and self.records_per_alignment!=len(ids): raise ValueError("Found %i records in this alignment, told to expect %i"%(len(ids),self.records_per_alignment)) alignment = Alignment(self.alphabet) |
| ||||
if self.records_per_alignment is not None and self.records_per_alignment!=len(ids): raise ValueError("Found %i records in this alignment, told to expect %i"%(len(ids),self.records_per_alignment)) alignment = Alignment(self.alphabet) |
| |||
if self.records_per_alignment is not None and self.records_per_alignment!=len(ids): raise ValueError("Found %i records in this alignment, told to expect %i"%(len(ids),self.records_per_alignment)) alignment = Alignment(self.alphabet) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |