Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

blast

Search NCBI BLAST for sequence homology and find similar sequences in biological databases

Setup

cd blast
python3 -m venv .venv && source .venv/bin/activate && pip install threading -q

Environment variables

  • NCBI_EMAIL

Usage

python3 scripts/blast_search.py --help

Dependencies

  • threading