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

FastTreeDblMP doesn't work in docker #123

Closed
fanninpm opened this issue Dec 22, 2022 · 3 comments · Fixed by #126
Closed

FastTreeDblMP doesn't work in docker #123

fanninpm opened this issue Dec 22, 2022 · 3 comments · Fixed by #126
Assignees

Comments

@fanninpm
Copy link

fanninpm commented Dec 22, 2022

I tried running augur tree --alignment whatever.fasta --method fasttree and got the following error:

FastTreeDblMP: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory

Originally posted by @fanninpm in #97 (comment)


$ docker image ls --digests nextstrain/base
REPOSITORY          TAG                      DIGEST                                                                    IMAGE ID            CREATED             SIZE
nextstrain/base     build-20221214T204556Z   sha256:e341aadab5681050ddc751218b254b1172276d87516466103db84399fa808d54   84e33405645c        7 days ago          2.41GB
@victorlin
Copy link
Member

@fanninpm thanks for submitting this issue! I can reproduce this with both your provided image digest as well as the latest image. Will look into it.

@victorlin
Copy link
Member

victorlin commented Dec 23, 2022

@fanninpm this should be fixed by #126. The new image is building and should be available for nextstrain update in ~1 hour, but you can use the PR's test image if you want to use the fix immediately:

nextstrain build --image nextstrain/base:branch-victorlin-fix-fasttree …

@fanninpm
Copy link
Author

I updated to the latest image, and it works like a charm. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants