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
I have an error after installing using the following command:
conda create --name unitig-caller unitig-caller
(unitig-caller) tyl205@nimbus-1-login-1 /campaign/AB-BB0112-002 $ unitig-caller -h
Traceback (most recent call last):
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/bin/unitig-caller", line 7, in
from unitig_caller.main import main
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_caller/main.py", line 11, in
import unitig_query
ImportError: /shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_query.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN18BlockedBloomFilter15ReadBloomFilterEP8_IO_FILE
It is similar error to issue 20 (it is now closed), however it is not very clear to me in the comments what I should do to solve the issue. How do I pin the Bifrost version during installation?
Thanks,
Dorothy
The text was updated successfully, but these errors were encountered:
Hi Dorothy, I believe issue #28 describes a similar problem. There is a new build of unitig-caller that should be available on bioconda soon. Please give this a try and let us know if the issue persists.
Hi,
I have an error after installing using the following command:
conda create --name unitig-caller unitig-caller
(unitig-caller) tyl205@nimbus-1-login-1 /campaign/AB-BB0112-002 $ unitig-caller -h
Traceback (most recent call last):
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/bin/unitig-caller", line 7, in
from unitig_caller.main import main
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_caller/main.py", line 11, in
import unitig_query
ImportError: /shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_query.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN18BlockedBloomFilter15ReadBloomFilterEP8_IO_FILE
It is similar error to issue 20 (it is now closed), however it is not very clear to me in the comments what I should do to solve the issue. How do I pin the Bifrost version during installation?
Thanks,
Dorothy
The text was updated successfully, but these errors were encountered: