This repository contains the python script count_blast_hits.py to calculate presence/absence of gene/protein hits based in a blast output tabular file.
Install the following python packages: argparse, os, sys
For help: python count_blast_hits.py -h
With arguments: python count_blast_hits.py --seq-hits seq_hits.txt --file-suffix '_blasted.txt'
The output of this script was used with Evolview to produce a sequence similarity profile.