-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue with tutorial snakemake #85
Comments
Thanks for bringing this to our attention. We've tried to re-create this issue but have been unable to on our macOS systems. We'll keep digging, but if you have any more info that could help us (did other packages install normally? are you able to install foldseek manually with conda? etc.), that would be much appreciated! |
@braebigge do you happen to be running on an Intel Mac? I tried to follow the Quickstart guide as well on an M1 Mac and got the same error shown in that first post. Just to test it, I started an x86 container (under Rosetta emulation) on my Mac and it at least got farther than that install step, so it looks like the CPU architecture has something to do with this error. |
Thanks for looking into this @GBOTR! I personally have an M2 Mac but have an Intel installation of miniconda (using Rosetta as well). So it does seem like it might be related to this, and we'll look into this more! |
Hi! I have the same problem in my M1 Mac and I am still trying to solve it. Thank you in advance :) |
It looks like the versions of Foldseek in For some reason, rather than It's possible that we have locally cached versions of the I'm going to work on resolving this and see if altering the version number to match one of the versions available via |
This doesn't seem to have been the issue; adding |
After doing some further digging, I think the actual issue here might be a different version of @GBOTR @alexjisa are you using the x86_64 or arm64 version of If you install the x86_64 version, that might solve your issue. I don't believe there's an arm64-compatible distribution of Foldseek. You can check which version you have installed by using
or
|
Description of the bug
foldseek 6.29e2557 does not exist (perhaps a typo or a missing channel)
Command used and terminal output
snakemake --snakefile Snakefile --configfile demo/config_actin.yml --use-conda --cores 8
Relevant files
System information
64-bit windows
The text was updated successfully, but these errors were encountered: