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

Add an option to toggle writing intermediate hits #32

Closed alexismhill3 closed 4 years ago

alexismhill3 commented 4 years ago

Allows the user to control whether intermediate hits are written to a file (i.e. all hits against the reference databases generated during the run, even those ultimately excluded from the final results).

Adds two new arguments to Pipeline.run() - record_all_hits and all_hits_outfile with defaults False and None, respectively. Setting record_all_hits=True tells Crisposon to keep track of everything.