Closed nanxstats closed 3 months ago
This PR is a follow-up patch for #23.
It adds resolve_pwa() to the top of each function that ultimately uses pairwise alignment. If the dependency conditions can't be met for Biostrings or pwalign, the error will stop the call early instead of being put into the computational results.
resolve_pwa()
This PR is a follow-up patch for #23.
It adds
resolve_pwa()
to the top of each function that ultimately uses pairwise alignment. If the dependency conditions can't be met for Biostrings or pwalign, the error will stop the call early instead of being put into the computational results.