broadinstitute / adapt

A package for designing activity-informed nucleic acid diagnostics for viruses.
MIT License
27 stars 1 forks source link

Change log message for no guides in window from warn to debug level #37

Closed haydenm closed 3 years ago

haydenm commented 3 years ago

When no guides can be found in a window, the log is at the warning level: https://github.com/broadinstitute/adapt/blob/61dc61c0862231ce7a87be6e2eeeb30680e951f7/adapt/guide_search.py#L1836

But this can occur in many windows even without being a cause for concern (e.g., high indels, too much ambiguity, too much nucleotide diversity). It should probably be at the debug rather than warn level.