Tests
A test script and test datasets are included in the repository to ensure that installation of the script and dependencies was successful. To run the unit tests (make sure that the geneseekr conda environment is active):
cd GeneSeekr/tests
pytest tests/test_blastn.py
pytest tests/test_blastp.py
pytest tests/test_blastx.py
pytest tests/test_tblastn.py
pytest tests/test_tblastx.py
If any test fails, check the output to see where the issues occurred