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

chromap — Illegal instruction (core dumped) #153

Open
kOoLiNuS opened this issue Feb 8, 2022 · 3 comments
Open

chromap — Illegal instruction (core dumped) #153

kOoLiNuS opened this issue Feb 8, 2022 · 3 comments

Comments

@kOoLiNuS
Copy link

kOoLiNuS commented Feb 8, 2022

Ciao !
On a fresh MAESTRO — release 1.5.1 — installation (Ubuntu 18.04 with Python v3.8.12 installed) I tried to run chromap, chromap --version or chromap -h having immediately Illegal instruction (core dumped) as a result.

I did also try to update chromap with conda install -c bioconda chromap obtaining chromap-0.1.5-h9a82719_0 with no error during installation but, again the Illegal instruction error happened.

What can I do? Thanks

@kOoLiNuS
Copy link
Author

kOoLiNuS commented Feb 8, 2022

update = with the MAESTRO env enabled I do have:

$ whereis chromap
chromap: /opt/mambaforge/bin/chromap
/opt/mambaforge/envs/MAESTRO/bin/chromap

The first one (installed with bioconda, given the path) works ok.

@hukai916
Copy link

Hi developers,

I encountered the same chromap (Illegal instruction (core dumped)) issue, something must be wrong with the chromap env. I personally found conda-backed environments harder to replicate than the container based environments, so it would be great if the Docker image can be updated more regularly.

Thanks!

@wangjk321
Copy link

wangjk321 commented Jan 6, 2024

I have the same problem . I think this may fix the problem:

conda remove --force chromap
conda config --remove channels liulab-dfci
conda install -c bioconda -c conda-forge --no-deps chromap==0.1

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

3 participants