Hi everyone! I have searched this answer but it seems a problem that is not yet solved: is there any way to perform BLAST and get just one hit per specie (taxid)?
Right now, I am performing BLASTp locally and it is working fine but, for my current purpose, isoforms are not what I want. Instead, I would like to retrive only the canonical form (and I am aware that this is not an information available for all the proteins). I would like to know if there is some solution, a built program or something I could programmatically do.
You will invariably need to post-process/parse your blast output (will be easier if you are using one of the tab delimited formats) to get this type of specific output.