You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I tried running BraCer on my Mac using docker, here is my command: docker run -it --rm -v $PWD:/scratch -w /scratch teichlab/bracer test -o test_data
However, I got the following error. what may cause this error, and how to solve this issue? Thanks,
Thank you so much for the help.
Best,
The text was updated successfully, but these errors were encountered:
Is your Mac one of the new ones with an arm64 processor? At the moment the only docker image is for the amd64 architecture, so there are likely to be issues running on a Mac.
You can test with uname -a which will tell you either amd64 or arm64 at the end of the line.
Hi
I tried running BraCer on my Mac using docker, here is my command:
docker run -it --rm -v $PWD:/scratch -w /scratch teichlab/bracer test -o test_data
However, I got the following error. what may cause this error, and how to solve this issue? Thanks,
Thank you so much for the help.
Best,
The text was updated successfully, but these errors were encountered: