BioPythonTip For [BLAST]

Win32에서 StandaloneBLAST수행할 때

a3 이하버젼에서 Win32환경에서 StandAloneBlast를 수행하고자 할 경우, 아래와 같은 수정이 필요하다.

NCBIStandalone.py line 1447

r, w, e = popen2.popen3([blastcmd] + params)
---->
r, w, e = popen2.popen3(' '.join([blastcmd] + params))

BioPythonTip/Blast (last edited 2011-08-03 11:00:57 by localhost)

web biohackers.net