Bio.Blast and Blast version compatability
1
0
Entering edit mode
8.8 years ago

I am trying to use Bio.Blast for parsing my blast output..but biopoython-1.65 says the Bio.Blast is going to be deprecated and replaced by Bio.SearchIO.

since I have Blast output in Plain-text format..I am trying to use BlastParser and PsiblastParser included in Bio.Blast.NCBIStandalone module.

I have few doubts regarding this..

  1. I like to know the Bio.SearchIO, Bio.Blast is compatible with what version's of Blast? And can we use Bio.SearchIO for parsing plain-text format outputs in future?
  2. I couldn't find PsiBlastParser in plain-text output format parser in Bio.SearchIO.If available please do mention.
Biopython Blast Bio.Blast • 1.7k views
ADD COMMENT
1
Entering edit mode
8.5 years ago
Peter 6.0k

Currently Bio.SearchIO uses Bio.Blast.NCBIStandalone internally to parse the plain text BLAST output, but as you have noticed from the warnings the plain text parser is deprecated. We (and the NCBI) do not recommend parsing this. You should consider the tabular, CSV, XML, or JSON, etc output formats instead.

The same applies to PsiBlastParser again for plain text output, but that was never exposed via SearchIO.

ADD COMMENT

Login before adding your answer.

Traffic: 1999 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6