Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 4 | 2 | 0.990 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 391 | Bio/AlignIO/__init__.py |
2 | 12 | 571 | Bio/Blast/NCBIXML.py |
3 | 12 | 122 | Bio/Motif/__init__.py |
4 | 12 | 517 | Bio/SeqIO/__init__.py |
| ||||
try : first = iterator.next( ) except StopIteration: first = None if first is None: raise ValueError("No records found in handle") try : second = iterator.next( ) except StopIteration: second = None if second is not None: raise ValueError("More than one record found in handle") |
| ||||
try : first = iterator.next( ) except StopIteration: first = None if first is None: raise ValueError("No records found in handle") try : second = iterator.next( ) except StopIteration: second = None if second is not None: raise ValueError("More than one record found in handle") |
| ||||
try : first = iterator.next( ) except StopIteration: first = None if first is None: raise ValueError("No motifs found in handle") try : second = iterator.next( ) except StopIteration: second = None if second is not None: raise ValueError("More than one motif found in handle") |
| ||||
try : first = iterator.next( ) except StopIteration: first = None if first is None: raise ValueError("No records found in handle") try : second = iterator.next( ) except StopIteration: second = None if second is not None: raise ValueError("More than one record found in handle") |
| |||
try : first = iterator.next( ) except StopIteration: first = None if first is None: raise ValueError( [[#variable78a558e0]]) try : second = iterator.next( ) except StopIteration: second = None if second is not None: raise ValueError( [[#variable78a558c0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78a558e0]] | "No motifs found in handle" |
1 | 2 | [[#78a558e0]] | "No records found in handle" |
1 | 3 | [[#78a558e0]] | "No records found in handle" |
1 | 4 | [[#78a558e0]] | "No records found in handle" |
2 | 1 | [[#78a558c0]] | "More than one motif found in handle" |
2 | 2 | [[#78a558c0]] | "More than one record found in handle" |
2 | 3 | [[#78a558c0]] | "More than one record found in handle" |
2 | 4 | [[#78a558c0]] | "More than one record found in handle" |