-
Notifications
You must be signed in to change notification settings - Fork 34
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
ValidateAzimuthReference does not recognize full namespace #155
Comments
This only seems to arise if you specify |
Hi, thanks for reporting this. I've included a fix on the development branch for the new version of Azimuth that is compatible with Seurat v5. To use this, you will have to install Seurat v5 and its dependencies which is described here: https://satijalab.org/seurat/articles/install.html |
Hi @Gesmira and @derrik-gratz,
Fail:
|
I'm using
AzimuthReference
to generate a custom reference. Using debug, I can see that the lineCreates a slot called
Azimuth::AzimuthReference
. But this is not recognized as valid when executingValidateAzimuthReference
at the end of AzimuthReference, as it is looking forAzimuthReference
. If I execute the same check with the full namespace, e.g.:The return is now true and the validation can proceed.
azimuth/R/azimuth.R
Line 800 in fa45d4c
The text was updated successfully, but these errors were encountered: