CloneSet335


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13194
Bio/Blast/NCBIStandalone.py
23209
Bio/Blast/NCBIStandalone.py
Clone Instance
1
Line Count
3
Source Line
194
Source File
Bio/Blast/NCBIStandalone.py

            read_and_call(uhandle,consumer.query_info,start = "Query=") 
            read_and_call_until(uhandle,consumer.query_info,blank = 1) 
            read_and_call_while(uhandle,consumer.noevent,blank = 1) 


Clone Instance
2
Line Count
3
Source Line
209
Source File
Bio/Blast/NCBIStandalone.py

            # Read the Query lines and the following blank line.
            read_and_call(uhandle,consumer.query_info,start = "Query=") 
            read_and_call_until(uhandle,consumer.query_info,blank = 1) 
            read_and_call_while(uhandle,consumer.noevent,blank = 1) 


Clone AbstractionParameter Count: 0Parameter Bindings

# Read the Query lines and the following blank line.
read_and_call(uhandle,consumer.query_info,start = "Query=") 
read_and_call_until(uhandle,consumer.query_info,blank = 1) 
read_and_call_while(uhandle,consumer.noevent,blank = 1) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None