Interesting. When I read the blastn --help documentation, for example, I thought it would be -m 6. In reality, it is -outfmt "6 whatever field values I need"? I assume this is the same for blastx? If so, can you please provide me the documentation source where qseqid, sseqid, pident, and so on are documented and described? I would like to learn more please.
Most importantly, many humble thanks for your helpful response.
I am thinking about rerunning this and producing tabular output. If I did, would there be a tool to easily do the same thing as I wrote above?
Tabular output is much easier to parse than the text format or some of the other formats. You can also more easily customize the output in tabular formats.
Can Biopython easily parse this format as well?
Not sure about BioPython, but parsing tab delimited files in python is very easy.