Open kOoLiNuS opened 2 years ago
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.
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!
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
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
orchromap -h
having immediatelyIllegal 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