MAESTRO icon indicating copy to clipboard operation
MAESTRO copied to clipboard

chromap — Illegal instruction (core dumped)

Open kOoLiNuS opened this issue 2 years ago • 3 comments

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 avatar Feb 08 '22 11:02 kOoLiNuS

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.

kOoLiNuS avatar Feb 08 '22 15:02 kOoLiNuS

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!

hukai916 avatar Aug 10 '22 21:08 hukai916

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

wangjk321 avatar Jan 06 '24 06:01 wangjk321