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

GLIBC #32

Open
Mvwestbury opened this issue Oct 9, 2024 · 1 comment
Open

GLIBC #32

Mvwestbury opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@Mvwestbury
Copy link

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

@ang037
Copy link
Collaborator

ang037 commented Oct 10, 2024

Hi,

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.

@ang037 ang037 self-assigned this Oct 10, 2024
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