CloneSet214


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.982block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111368
Bio/Sequencing/Ace.py
28379
Bio/Sequencing/Ace.py
Clone Instance
1
Line Count
11
Source Line
368
Source File
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 = "" 


Clone Instance
2
Line Count
8
Source Line
379
Source File
Bio/Sequencing/Ace.py

                    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 = "" 


Clone AbstractionParameter Count: 1Parameter Bindings

  # 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78b2f7e0]]
rt 
12[[#78b2f7e0]]
wr