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..
- 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?
- I couldn't find PsiBlastParser in plain-text output format parser in Bio.SearchIO.If available please do mention.