-
Notifications
You must be signed in to change notification settings - Fork 16
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 for running on ARM64-based Linux VM #115
Comments
Hey @ErnieHsieh thanks for your interest in the pipeline! Which command did you try to run it? Using Conda or Docker or Singularity? My guess is that at least Docker/Singularity should work. |
Hello @hoelzer, I used the command as below:
And then it shows some error messages:
Not quite sure if I need to re-install anything or it does not support the version of ubuntu Linux 22.04.1 (AArch64/ARM64)? My VM is installed and ran in M2 Pro Mac mini. Many thanks for the assistance. |
Hey, hm. this is probably a problem related to the M2 architecture, which is not yet well supported by (bio)conda packages and many bioinformatics tools. I have similar problems with my M2 Macbook Air. See also the recent discussion here: bioconda/bioconda-recipes#23454 (comment) Thus, the containers we provide with the pipeline probably dont match with the architecture. I am afraid, there is currently not much we can do (but correct me @mberacochea if there are ways). |
Hi, Sure, I also think so. I will try it in other environments. Hopefully this issue can be resolved soon. Many thanks for your comments! |
Hi folks, I just see this ticket. Have you tried using the "--platform" flag for docker? Something like: https://github.com/nf-core/rnaseq/blob/master/nextflow.config#L192 Using that you should be able to run it directly on MacOS, not sure if that is going to work on the Linux VM. Cheers |
Hi,
I was wondering if this useful pipeline would be possible to run on ARM64-based Linux VM? When I ran a test with --help it could work; but when I ran it on my dataset it would fail. Seem like it can't support the new ARM64 version?
Thanks.
The text was updated successfully, but these errors were encountered: