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

How to solve logic inconsistency? #1084

Open
Keltonc opened this issue Jul 9, 2023 · 1 comment
Open

How to solve logic inconsistency? #1084

Keltonc opened this issue Jul 9, 2023 · 1 comment

Comments

@Keltonc
Copy link

Keltonc commented Jul 9, 2023

Hi,

I have received the following error message when running minimap2 step in purge_haplotigs.

[M::main::12.417*0.75] loaded/built the index for 7855 target sequence(s)
[M::mm_mapopt_update::14.333*0.78] mid_occ = 412
[M::mm_idx_stat] kmer size: 15; skip: 10; is_hpc: 0; #seq: 7855
[M::mm_idx_stat::15.312*0.79] distinct minimizers: 96558399 (43.15% are singletons); average occurrences: 6.700; average spacing: 5.347; total length: 3458789385
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
.....

I'm now using minimap2/2.26 and cannot find any solution in both purge_haplotigs and minimap2 github.
Can anyone help me with this issue? Thank you so much.

@xiekunwhy
Copy link

xiekunwhy commented Sep 13, 2023

Hi,

Have you solved this problem?

I got these errors when using greenhill (ShunOuchi/GreenHill#19), after consuming a lot of memory, minimap2 (2.26-r1175) stop with these error warnings

[M::mm_idx_gen::48.4871.61] collected minimizers
[M::mm_idx_gen::51.152
2.66] sorted minimizers
[M::main::51.1522.66] loaded/built the index for 723 target sequence(s)
[M::mm_mapopt_update::52.171
2.63] mid_occ = 2081
[M::mm_idx_stat] kmer size: 15; skip: 10; is_hpc: 0; #seq: 723
[M::mm_idx_stat::52.697*2.61] distinct minimizers: 40707316 (0.11% are singletons); average occurrences: 6.839; average spacing: 5.324; total length: 1482199409
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
........
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
[WARNING] logic inconsistency in mm_est_err(). Please contact the developer.
minimap2: align.c:806: mm_align1: Assertion `qe1 <= qlen' failed.
Aborted (core dumped)
minimap2 finished.

Best,
Kun

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