How can I do this? I use Biopython and saw manual already. Of course I can make blastdb from FASTA using "makeblastdb" in standalone NCBI BLAST+, but I want to whole process in one program.
It seems there are two possible solutions.
- Find a function which perform this job.
I cannot find this. I've spent whole day.
- Run "makeblastdb" in python.
I input os.system("C:\blast-2.2.25+\bin\makeblastdb.exe") in my python shell, but I couldn't give any parameters.