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

Installation error on Terminal #63

Open
sophiaswartz020 opened this issue Jan 2, 2023 · 2 comments
Open

Installation error on Terminal #63

sophiaswartz020 opened this issue Jan 2, 2023 · 2 comments

Comments

@sophiaswartz020
Copy link

hi,

I’m trying to install nanodisco for methylation analysis on my personal Mac laptop. I installed Singularity 3.8.5 via Terminal, and before installing Singularity I also installed Go go1.19.4 darwin/amd64. However, when I compile nanodisco, I get a fatal warning:

(base) MacBook-Pro-100:singularity sophia$ singularity build nd_env nanodisco.sif
FATAL: Only remote builds are supported on this platform

I was thinking about redownloading Go and Singularity, and trying to re-install nanodisco. What do you recommend for troubleshooting? Thank you for your time!

@touala
Copy link
Member

touala commented Jan 2, 2023

Hi @sophiaswartz020,

Singularity build are indeed not available for non-linux systems. However you should still be able to run the nanodisco container as singularity build is not necessary for everyday uses (only for the tutorial). Could you try singularity exec nanodisco.sif nanodisco?

If you still want to try with the tutorial datasets, you can download them with:

get_data_bacteria (){ wget --show-progress https://nanodiscodata.s3.us-east-2.amazonaws.com/data_bacteria.tar.gz && tar -zxf data_bacteria.tar.gz -C /home && rm data_bacteria.tar.gz ;}
get_data_microbiome (){ wget --show-progress https://nanodiscodata.s3.us-east-2.amazonaws.com/data_microbiome.tar.gz && tar -zxf data_microbiome.tar.gz -C /home && rm data_microbiome.tar.gz ;}

Tutorial commands might need modifying to run. Please let me know if this works.

Best,

Alan

@sophiaswartz020
Copy link
Author

Great, thank you!

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

2 participants