[Biopython-dev] [Bug 2480] Local BLAST fails: Spaces in Windows file-path values

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon May 19 21:47:00 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2480





------- Comment #15 from drpatnaik at yahoo.com  2008-05-19 17:47 EST -------
(In reply to comment #13)
> To get BioPython call BLAST, this works:
>   1. my_blast_exe = r'"C:/Documents and Settings/patnaik/My
> Documents/blast/bin/blastall.exe"'

I forgot to add that I had to comment-out the os.path.exists in
NCBIStandaolne.py to get to that step. Equivalently, with this script I get the
'does not exist' message:

   import os
   my_blast_exe =r'"C:/Documents and Settings/patnaik/My
Documents/blast/bin/blastall.exe"'
   if not os.path.exists(my_blast_exe):
     print 'cannot find my_blast_exe'


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list