-
Notifications
You must be signed in to change notification settings - Fork 108
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
"Wrapper passed wrong version number" error (Seurat v2) #74
Comments
Hi Asma, thanks for the interest in FIt-SNE! How exactly are you running it? Which of the wrappers are you using? |
Actually I am using Seurat which in turn runs your package, here is how I do it:
Any pointers for me? Thank you again! |
It looks like Seurat have embedded a version of the R wrapper script into their code (see here). It doesn't seem to work with version 1.1.0 of FIt-SNE. You might have more luck with version 1.0, although that didn't work for me, either (but it did get further). But you will probably have more luck reporting the issue to Seurat: https://github.com/satijalab/seurat/issues |
Thanks @jlmelville, yes, the problem is with the Seurat wrapper. As of this PR, Seurat 3.0 is compatible with FIt-SNE 1.1.0. However, Seurat v2.X does not appear to be. I'm not sure if they are actively developing Seurat v2.0, but since many people are still using it, it is probably worth fixing it. In the interim, the commit 9ff367a should work. |
Hello,
I tried to install and run fast_tsne in bin folder, but it fails saying the following everytime:
=============== t-SNE v1.1.0 ===============
Wrapper passed wrong version number: --version
Could you help me understand why this could be happening? I am using a MacOS and compiled FFTW from source without any errors.
Thank you
Asma
The text was updated successfully, but these errors were encountered: