CloneSet188


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000stmt_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112519
Bio/SwissProt/__init__.py
214835
Bio/SwissProt/SProt.py
Clone Instance
1
Line Count
12
Source Line
519
Source File
Bio/SwissProt/__init__.py

                extra_info = "" 
                # we might have more information at the end of the
                # second sequence, which should be in parenthesis
                extra_info_pos = second_seq.find(" (") 
                if extra_info_pos!=  -1: 
                     extra_info = second_seq[extra_info_pos: ] 
                     second_seq = second_seq[ :extra_info_pos] 
                 # now clean spaces out of the first and second string
                first_seq = first_seq.replace(" ","") 
                second_seq = second_seq.replace(" ","") 
                # reassemble the description
                description = first_seq+" -> "+second_seq+extra_info 


Clone Instance
2
Line Count
14
Source Line
835
Source File
Bio/SwissProt/SProt.py

            extra_info = "" 
            # we might have more information at the end of the
            # second sequence, which should be in parenthesis
            extra_info_pos = second_seq.find(" (") 
            if extra_info_pos!=  -1: 
                 extra_info = second_seq[extra_info_pos: ] 
                 second_seq = second_seq[ :extra_info_pos] 

             # now clean spaces out of the first and second string
            first_seq = first_seq.replace(" ","") 
            second_seq = second_seq.replace(" ","") 

            # reassemble the description
            description = first_seq+" -> "+second_seq+extra_info 


Clone AbstractionParameter Count: 0Parameter Bindings

extra_info = "" 
# we might have more information at the end of the
# second sequence, which should be in parenthesis
extra_info_pos = second_seq.find(" (") 
if extra_info_pos!= -1:
  extra_info = second_seq[extra_info_pos: ] 
  second_seq = second_seq[ :extra_info_pos] 
  # now clean spaces out of the first and second string
first_seq = first_seq.replace(" ","") 
second_seq = second_seq.replace(" ","") 
# reassemble the description
description = first_seq+" -> "+second_seq+extra_info 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None