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
This looks like a super nice tool and I am excited to try and use it. However, I was wondering if there was any way around the need for the GLIBC v2.29? I had our admin install the software and when I use -h it works. However, we trying to run the test data I run into the problem
workflow/scripts/lastz_32: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by workflow/scripts/lastz_32)
We are using Redhat so are bound to 2.28 apparently...
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out. We are working on removing this requirement so that RedHat users can also try the conda installation method.
Meanwhile, you can also install and use ROADIES through docker.
Pull and run the docker image using the command below:
docker pull ang037/roadies:latest
docker run -it ang037/roadies:latest
When the docker is ready to use, make sure that roadies_env environment is activated. If it's not activated, run the following command (otherwise, skip it and directly download the test dataset and proceed with pipeline execution).
source roadies_env.sh
The steps are mentioned in the README.md. Let me know if you have any questions.
Hi
This looks like a super nice tool and I am excited to try and use it. However, I was wondering if there was any way around the need for the GLIBC v2.29? I had our admin install the software and when I use -h it works. However, we trying to run the test data I run into the problem
workflow/scripts/lastz_32: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by workflow/scripts/lastz_32)
We are using Redhat so are bound to 2.28 apparently...
Thanks
The text was updated successfully, but these errors were encountered: