Formatdb has been deprecated by BLAST in favor makeblastdb, yet matlab 2014b still tries to use formatdb when using the blastformat.. is there any way around this?
이전 댓글 표시
Matlab does not include makeblastdb for blastformat, yet BLAST does not support the use of formatdb that Matlab still uses. Is there a way to fix this?
답변 (1개)
Arthur Goldsipe
2014년 11월 6일
0 개 추천
Hi,
MATLAB doesn't actually ship with formatdb. blastformat required you to download formatdb, and the MATLAB function basically just runs this utility.
I think you can just download makeblastdb and call it, either from within MATLAB or within a command shell. If you want to call it from within MATLAB, you can use the system function. Maybe you can take a look at the definition of the blastformat function to get some ideas on how to do that.
-Arthur
카테고리
도움말 센터 및 File Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!