A Python implementation of a probabilistic BLAST algorithm that builds off of JiaShun-Xiao/BLAST-bioinfor-tool
Project by Grace Hu & Xingyu Chen
- Install requirements from requirements.txt
- Run generate_index.py to generate Pandas dataframe (saved in .csv file) containing the index used in BLAST
- There are test methods available in Test.py to run