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

Segmentation fault with -x asm20 full options. #1010

Closed
theo-allnutt-bioinformatics opened this issue Jan 17, 2023 · 3 comments
Closed

Segmentation fault with -x asm20 full options. #1010

theo-allnutt-bioinformatics opened this issue Jan 17, 2023 · 3 comments
Labels

Comments

@theo-allnutt-bioinformatics
Copy link

theo-allnutt-bioinformatics commented Jan 17, 2023

Using the full options for preset -x asm20 causes segmentation fault.

minimap2 -x asm20 -t 48 brassica_chloroplast.fasta brassica_chloroplast.fasta > brassica.paf
[M::mm_idx_gen::0.0341.02] collected minimizers
[M::mm_idx_gen::0.047
8.96] sorted minimizers
[M::main::0.0478.96] loaded/built the index for 3 target sequence(s)
[M::mm_mapopt_update::0.049
8.63] mid_occ = 50
[M::mm_idx_stat] kmer size: 19; skip: 10; is_hpc: 0; #seq: 3
[M::mm_idx_stat::0.0508.40] distinct minimizers: 23298 (0.10% are singletons); average occurrences: 3.605; average spacing: 5.482; total length: 460460
[M::worker_pipeline::0.205
4.28] mapped 3 sequences
[M::main] Version: 2.24-r1122
[M::main] CMD: minimap2 -x asm20 -t 48 brassica_chloroplast.fasta brassica_chloroplast.fasta
[M::main] Real time: 0.210 sec; CPU: 0.881 sec; Peak RSS: 0.030 GB

minimap2 -k19 -w10 -U50,500 --rmq -r100k -g10k -A1 -B4 -O6,26 -E2,1 -s200 -z200 -N50 -t 48 brassica_chloroplast.fasta brassica_chloroplast.fasta > brassica.paf
Segmentation fault

brassica_chloroplast.fasta.txt

@lh3
Copy link
Owner

lh3 commented Jan 17, 2023

minimap2 is done. The segfault is caused by other things.

@lh3 lh3 closed this as completed Jan 17, 2023
@theo-allnutt-bioinformatics
Copy link
Author

Are you saying minimap2 completes for you? I have tried on two different systems with the same segfault.

@lh3
Copy link
Owner

lh3 commented Jan 17, 2023

I see what you mean now. You can change "--rmq" to "--rmq=yes".

@lh3 lh3 reopened this Jan 17, 2023
@lh3 lh3 added the bug label Jan 17, 2023
@lh3 lh3 closed this as completed in 01b98e8 Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants