Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.979 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 582 | Bio/AlignIO/EmbossIO.py |
2 | 3 | 588 | Bio/AlignIO/EmbossIO.py |
3 | 3 | 603 | Bio/AlignIO/EmbossIO.py |
4 | 3 | 612 | Bio/AlignIO/EmbossIO.py |
| ||||
alignments = list(EmbossIterator(StringIO(pair_example))) assert len(alignments)==1 assert len(alignments[0].get_all_seqs( ))==2 |
| ||||
alignments = list(EmbossIterator(StringIO(simple_example))) assert len(alignments)==1 assert len(alignments[0].get_all_seqs( ))==4 |
| ||||
alignments = list(EmbossIterator(StringIO(pair_example2))) assert len(alignments)==5 assert len(alignments[0].get_all_seqs( ))==2 |
| ||||
alignments = list(EmbossIterator(StringIO(pair_example3))) assert len(alignments)==1 assert len(alignments[0].get_all_seqs( ))==2 |
| |||
alignments = list(EmbossIterator(StringIO( [[#variable5c998820]]))) assert len(alignments)== [[#variable5be5c380]] assert len(alignments[0].get_all_seqs( ))== [[#variable50448f80]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c998820]] | pair_example |
1 | 2 | [[#5c998820]] | simple_example |
1 | 3 | [[#5c998820]] | pair_example2 |
1 | 4 | [[#5c998820]] | pair_example3 |
2 | 1 | [[#5be5c380]] | 1 |
2 | 2 | [[#5be5c380]] | 1 |
2 | 3 | [[#5be5c380]] | 5 |
2 | 4 | [[#5be5c380]] | 1 |
3 | 1 | [[#50448f80]] | 2 |
3 | 2 | [[#50448f80]] | 4 |
3 | 3 | [[#50448f80]] | 2 |
3 | 4 | [[#50448f80]] | 2 |