-
Notifications
You must be signed in to change notification settings - Fork 3
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
Segmentation fault (core dumped) #24
Comments
Hi Ido, I suspect the versions of Bifrost used to build the graph and in unitig-caller may be different, meaning unitig-caller cannot read the Bifrost input files. Would you be able to check this, please? |
Hi @samhorsfield96 and thanks for the quick reply. Thanks, Ido |
I tried running with
Any idea what's happening? |
Hi Ido, the version of Bifrost used to build the graph (v1.2.0) needs to match that used in the unitig-caller environment. I don't believe the version of unitig-caller should matter in this case, as the functions from Bifrost that are used are the same, it is just the graph data structure that is different. I would suggest reinstalling unitig-caller and specifying the Bifrost version you require. For example: conda install unitig-caller bifrost=1.2.0 |
Hi,
I'm trying to run
unitig-caller
(v1.3.0 installed usingbioconda
) on an HPC using a population graph that I generated withbifrost
.The command I'm using is:
And I'm getting the following output:
This are the details of the operating system on the HPC:
Thanks, Ido
The text was updated successfully, but these errors were encountered: