CloneSet168


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5350.956compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141309
Bio/Blast/NCBIStandalone.py
241314
Bio/Blast/NCBIStandalone.py
351331
Bio/Blast/NCBIStandalone.py
Clone Instance
1
Line Count
4
Source Line
1309
Source File
Bio/Blast/NCBIStandalone.py

    def query_length(self,line): 
        self._params.query_length, = _get_cols(line.lower( ),( -1, ),ncols = 4,expected = {0:"length",2:"query:"}) 

        self._params.query_length = _safe_int(self._params.query_length) 


Clone Instance
2
Line Count
4
Source Line
1314
Source File
Bio/Blast/NCBIStandalone.py

    def database_length(self,line): 
        self._params.database_length, = _get_cols(line.lower( ),( -1, ),ncols = 4,expected = {0:"length",2:"database:"}) 

        self._params.database_length = _safe_int(self._params.database_length) 


Clone Instance
3
Line Count
5
Source Line
1331
Source File
Bio/Blast/NCBIStandalone.py

    def effective_database_length(self,line): 
        self._params.effective_database_length, = _get_cols(line.lower( ),( -1, ),ncols = 5,expected = {1:"length",3:"database:"}) 

        self._params.effective_database_length = _safe_int(self._params.effective_database_length) 


Clone AbstractionParameter Count: 5Parameter Bindings

def [[#variable1705c720]](self,line):
  self._params. [[#variable1705c720]], = _get_cols(line.lower( ),( -1, ),ncols = [[#variable1705c6a0]],expected = { [[#variable1705c640]]:"length", [[#variable1705c5c0]]: [[#variable1705c520]]}) 
  self._params. [[#variable1705c720]]= _safe_int(self._params. [[#variable1705c720]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1705c720]]
effective_database_length 
12[[#1705c720]]
database_length 
13[[#1705c720]]
query_length 
21[[#1705c6a0]]
5 
22[[#1705c6a0]]
4 
23[[#1705c6a0]]
4 
31[[#1705c640]]
1 
32[[#1705c640]]
0 
33[[#1705c640]]
0 
41[[#1705c5c0]]
3 
42[[#1705c5c0]]
2 
43[[#1705c5c0]]
2 
51[[#1705c520]]
"database:" 
52[[#1705c520]]
"database:" 
53[[#1705c520]]
"query:"