wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Allow user to set path to BLAST #170

Closed jimrybarski closed 3 years ago

jimrybarski commented 3 years ago

Users can choose the path to the executable they want to use. If no selection is made, it will default to 'blastp', 'blastn', or 'psiblast', as appropriate. This will make it easy to use v2.10 of blastp or blastn on our cluster.

Resolves #114