Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.984 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 37 | Bio/Application/__init__.py |
2 | 5 | 1983 | Bio/Blast/NCBIStandalone.py |
3 | 5 | 131 | 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 = subprocess.Popen(str(commandline),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) |
| ||||
blast_process = subprocess.Popen(str(cline),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) |
| ||||
#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")) |
| |||
[[#variable5d727a00]]= subprocess.Popen(str( [[#variable5d78c9c0]]),stdin = subprocess.PIPE,stdout = subprocess.PIPE,stderr = subprocess.PIPE,shell = (sys.platform!="win32")) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#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 |
1 | 2 | [[#5d727a00]] | blast_process |
1 | 3 | [[#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 |
2 | 1 | [[#5d78c9c0]] | command_line |
2 | 2 | [[#5d78c9c0]] | cline |
2 | 3 | [[#5d78c9c0]] | commandline |