CloneSet135


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4520.959stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14191
Bio/SeqIO/_index.py
24243
Bio/SeqIO/_index.py
34281
Bio/SeqIO/_index.py
44315
Bio/SeqIO/_index.py
54334
Bio/SeqIO/_index.py
Clone Instance
1
Line Count
4
Source Line
191
Source File
Bio/SeqIO/_index.py

        _IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
        self._format = format 
        handle = self._handle 
        marker_re = re.compile("^%s"%marker) 


Clone Instance
2
Line Count
4
Source Line
243
Source File
Bio/SeqIO/_index.py

        _IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
        self._format = "genbank" 
        handle = self._handle 
        marker_re = re.compile("^LOCUS ") 


Clone Instance
3
Line Count
4
Source Line
281
Source File
Bio/SeqIO/_index.py

        _IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
        self._format = "embl" 
        handle = self._handle 
        marker_re = re.compile("^ID ") 


Clone Instance
4
Line Count
4
Source Line
315
Source File
Bio/SeqIO/_index.py

        _IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
        self._format = "swiss" 
        handle = self._handle 
        marker_re = re.compile("^ID ") 


Clone Instance
5
Line Count
4
Source Line
334
Source File
Bio/SeqIO/_index.py

        _IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
        self._format = "ig" 
        handle = self._handle 
        marker_re = re.compile("^;") 


Clone AbstractionParameter Count: 2Parameter Bindings

_IndexedSeqFileDict.__init__(self,filename,alphabet,key_function) 
self._format = [[#variable71b451e0]]
handle = self._handle 
marker_re = re.compile( [[#variable76c6a640]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#71b451e0]]
format 
12[[#71b451e0]]
"genbank" 
13[[#71b451e0]]
"embl" 
14[[#71b451e0]]
"swiss" 
15[[#71b451e0]]
"ig" 
21[[#76c6a640]]
"^%s"%marker 
22[[#76c6a640]]
"^LOCUS " 
23[[#76c6a640]]
"^ID " 
24[[#76c6a640]]
"^ID " 
25[[#76c6a640]]
"^;"