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 Gene Finder to accept arbitrary blast command flags #121

Closed alexismhill3 closed 4 years ago

alexismhill3 commented 4 years ago

This capability was largely already in place, but this fixes a few minor issues and also expands this list of allowed flags. I've added some tests as well, however, I'm not systematically testing each option here (which would somewhat tedious). At least for now, it is up to the user to decide whether a particular option makes sense in the context of our pipeline.

Closes #116