CloneSet244


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.975compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1762
Bio/SeqUtils/MeltingTemp.py
2769
Bio/SeqUtils/MeltingTemp.py
Clone Instance
1
Line Count
7
Source Line
62
Source File
Bio/SeqUtils/MeltingTemp.py

            if stri.startswith("G") or stri.startswith("C"): 
                 deltah-=3.61 
                 deltas-=1.5 
            elif stri.startswith("A") or stri.startswith("T") or
                 stri.startswith("U"): 
                 deltah-=3.72 
                 deltas+=10.5 


Clone Instance
2
Line Count
7
Source Line
69
Source File
Bio/SeqUtils/MeltingTemp.py

            if stri.endswith("G") or stri.endswith("C"): 
                 deltah-=3.61 
                 deltas-=1.5 
            elif stri.endswith("A") or stri.endswith("T") or
                 stri.endswith("U"): 
                 deltah-=3.72 
                 deltas+=10.5 


Clone AbstractionParameter Count: 1Parameter Bindings

if stri. [[#variable71b37840]]("G") or stri. [[#variable71b37840]]("C"):
  deltah-=3.61 
  deltas-=1.5 
elif stri. [[#variable71b37840]]("A") or stri. [[#variable71b37840]]("T") or stri. [[#variable71b37840]]("U"):
  deltah-=3.72 
  deltas+=10.5 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#71b37840]]
endswith 
12[[#71b37840]]
startswith