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

Fully test and document optional pipeline setup arguments #58

Closed alexismhill3 closed 3 years ago

alexismhill3 commented 4 years ago

The pipeline was modified so that a user can optionally supply additional parameters to blast (such a num_threads or matrix) when adding steps. The pipeline checks that any additional arguments are 1. actually valid blast options and 2. won't cause unexpected behavior in the pipeline. However, the list of acceptable arguments needs to be documented and this feature needs unit tests.