CloneSet420


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.959stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16386
Bio/SeqIO/InsdcIO.py
26409
Bio/SeqIO/InsdcIO.py
Clone Instance
1
Line Count
6
Source Line
386
Source File
Bio/SeqIO/InsdcIO.py

        try : 
             #List of strings
             keywords = "; ".join(record.annotations["keywords"]) 
        except KeyError: 
            keywords = "." 
        self._write_multi_line("KEYWORDS",keywords) 


Clone Instance
2
Line Count
6
Source Line
409
Source File
Bio/SeqIO/InsdcIO.py

        try : 
             #List of strings
             taxonomy = "; ".join(record.annotations["taxonomy"]) 
        except KeyError: 
            taxonomy = "." 
        self._write_multi_line("",taxonomy) 


Clone AbstractionParameter Count: 3Parameter Bindings

try :
  #List of strings
   [[#variable77b75160]]= "; ".join(record.annotations[ [[#variable77b750a0]]]) 
except KeyError:
   [[#variable77b75160]]= "." 
self._write_multi_line( [[#variable77b75100]], [[#variable77b75160]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#77b75160]]
taxonomy 
12[[#77b75160]]
keywords 
21[[#77b750a0]]
"taxonomy" 
22[[#77b750a0]]
"keywords" 
31[[#77b75100]]
"" 
32[[#77b75100]]
"KEYWORDS"