Are there wrappers for blastdb_aliastool, blastdbcmd in Biopython Blast module? Any alternatives?
I'm trying to make a gene pipeline using the standalone Blast application, and I've been using the Bio.Blast.Applications module. In the BioPython documentation, there doesn't seem to be wrappers for tools such as blastdb_aliastool and blastbcmd. Does anyone know if they exist? If not, would the best alternative be to use the Python subprocess module for command line use?
Thanks!
• 1,029 views
•
link
1 answer
both of these commands are unrelated to the main function of blast, and are quite quirky at what parameter combinations they support and what output they produce. Hence unlikely any package would support them directly.
I would recommend invoking them as a subprocess module.
• 0 views
•
link
Log in to answer this question.