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

Minimap2 crash in the whole genome alignment #1248

Open
xinzilan opened this issue Oct 10, 2024 · 3 comments
Open

Minimap2 crash in the whole genome alignment #1248

xinzilan opened this issue Oct 10, 2024 · 3 comments

Comments

@xinzilan
Copy link

Hello,
I have encountered a weird issue when using minimap2 to do whole genome alignment. My data conatins a short assembly A (haplotype) and a long assembly B (diploid). When I used the assembly A as a targeted reference and aligned assembly B (query), it works well. However, when I used the assembly B as a targeted reference and aligned assembly A (query) , I encoutered an issue shown below. Does someone know the reasons?

minimap2: align.c:820: mm_align1: Assertion `qe1 <= qlen' failed.
minimap2_maf.sh: line 9: 3580123 Aborted (core dumped) minimap2 -t $5 --cs=long --secondary=no $target_ref $query_ref &gt; ${name}.paf

I also get the warning that: [WARNING] logic inconsistency in mm_est_err(). Please contact the developer.

@lh3
Copy link
Owner

lh3 commented Oct 14, 2024

What are the sequence lengths? Could you provide the sequences?

@xinzilan
Copy link
Author

xinzilan commented Oct 14, 2024 via email

@anthonysnead
Copy link

I have been having the same issue. My two assemblies are about 2.3 Gb long. Did you all ever resolve the issue?

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

3 participants