Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.982 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 368 | Bio/Sequencing/Ace.py |
2 | 8 | 379 | Bio/Sequencing/Ace.py |
| ||||
# now if we're at the end of the file, this rt could # belong to a previous read, not the actual one. # we store it here were it appears, the user can sort later. if record.reads[ -1].rt is None: record.reads[ -1].rt = [ ] for line in handle: line = line.strip( ) if line=="}": break record.reads[ -1].rt.append(rt(line)) line = "" |
| ||||
if record.reads[ -1].wr is None: record.reads[ -1].wr = [ ] for line in handle: line = line.strip( ) if line=="}": break record.reads[ -1].wr.append(wr(line)) line = "" |
| |||
# now if we're at the end of the file, this rt could # belong to a previous read, not the actual one. # we store it here were it appears, the user can sort later. if record.reads[ -1]. [[#variable78b2f7e0]]is None: record.reads[ -1]. [[#variable78b2f7e0]]= [ ] for line in handle: line = line.strip( ) if line=="}": break record.reads[ -1]. [[#variable78b2f7e0]].append( [[#variable78b2f7e0]](line)) line = "" |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78b2f7e0]] | rt |
1 | 2 | [[#78b2f7e0]] | wr |