[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistant warning: compareStrings no longer part of Biostrings #236

Open
bkohrn opened this issue Sep 26, 2024 · 0 comments
Open

Persistant warning: compareStrings no longer part of Biostrings #236

bkohrn opened this issue Sep 26, 2024 · 0 comments

Comments

@bkohrn
Copy link
bkohrn commented Sep 26, 2024

I recently updated my R installation to R 4.4.1, and resetup all my packages, then went to do setup for a workshop that wanted me to install Azimuth. I got the installation to work, but then on loading, got a warning

> library(Azimuth)
Registered S3 method overwritten by 'SeuratDisk':
  method            from  
  as.sparse.H5Group Seurat

No methods found in package 'Biostrings' for request: 'compareStrings' when loading 'CNEr'
Attaching shinyBS

Further investigation showed that compareStrings is no longer part of Biostrings:

> Biostrings::compareStrings()
Error: unable to find an inherited method for function 'compareStrings' for signature 'pattern = "missing", subject = "missing"'
In addition: Warning message:
In .call_fun_in_pwalign("compareStrings", ...) :
  compareStrings() has moved to the
  pwalign package. Please call
  pwalign::compareStrings() to get rid
  of this warning.

The function still seems to work as expected, it just pops up a warning every time it is run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant