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

AssertionError [W::tbx_parse1] Coordinate <= 0 detected. Did you forget to use the -0 option? #232

Open
immuneAI opened this issue Nov 6, 2024 · 1 comment

Comments

@immuneAI
Copy link

immuneAI commented Nov 6, 2024

Helllo,

I'm facing this error with new version 2.1.0?, I'm analysing tumour WGS, job failed after 9hrs running with 48 cores. It would be great any help on this!! Many thanks for your support & development!!

image

@simozacca
Copy link
Contributor

Hi, we have encountered a similar problem and it might be an unsupported version of hstlib. Could you please try to re-run it in a new environment created with:

conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict

conda create -n hatchet-test hatchet "bcftools==1.19" "samtools==1.19" "htslib==1.19"

If you can please confirm that this will work for you (the warnings might stay but everything should work fine), I will then fix these versions statically. Thank you!

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

2 participants