Are there wrappers for blastdb_aliastool, blastdbcmd in Biopython Blast module? Any alternatives?
1
2
Entering edit mode
4.9 years ago
bsmith4133 ▴ 40

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!

blast biopython • 858 views
ADD COMMENT
1
Entering edit mode
4.9 years ago

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2317 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