CloneSet265


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.984simple_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1537
Bio/Application/__init__.py
251983
Bio/Blast/NCBIStandalone.py
35131
Bio/Clustalw/__init__.py
Clone Instance
1
Line Count
5
Source Line
37
Source File
Bio/Application/__init__.py

    #We don't need to supply any piped input, but we setup the
    #standard input pipe anyway as a work around for a python
    #bug if this is called from a Windows GUI program.  For
    #details, see http://bugs.python.org/issue1124861
    child = subprocess.Popen(str(commandline),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) 


Clone Instance
2
Line Count
5
Source Line
1983
Source File
Bio/Blast/NCBIStandalone.py

    blast_process = subprocess.Popen(str(cline),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) 


Clone Instance
3
Line Count
5
Source Line
131
Source File
Bio/Clustalw/__init__.py

    #We don't need to supply any piped input, but we setup the
    #standard input pipe anyway as a work around for a python
    #bug if this is called from a Windows GUI program.  For
    #details, see http://bugs.python.org/issue1124861
    child_process = subprocess.Popen(str(command_line),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) 


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable5d727a00]]= subprocess.Popen(str( [[#variable5d78c9c0]]),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d727a00]]
#We don't need to supply any piped input, but we setup the
#standard input pipe anyway as a work around for a python
#bug if this is called from a Windows GUI program.  For
#details, see http://bugs.python.org/issue1124861
child_process 
12[[#5d727a00]]
blast_process 
13[[#5d727a00]]
#We don't need to supply any piped input, but we setup the
#standard input pipe anyway as a work around for a python
#bug if this is called from a Windows GUI program.  For
#details, see http://bugs.python.org/issue1124861
child 
21[[#5d78c9c0]]
command_line 
22[[#5d78c9c0]]
cline 
23[[#5d78c9c0]]
commandline