minimap2 icon indicating copy to clipboard operation
minimap2 copied to clipboard

Unknown option

Open yzhang-github-pub opened this issue 3 years ago • 2 comments

Tested minimap 2.22 & 2.24 with the options modified from -x splice:

-k15 -w5 --splice -g2k -G200k -A1 -B2 -O2,32 -E1,0 -b0 -C9 -z200 -ub --junc-bonus=9 --cap-sw-mem=0 --splice-flank=no

I got: [ERROR] unknown option in "-E1,0"

Please advise. Thanks!

yzhang-github-pub avatar Oct 05 '22 18:10 yzhang-github-pub

This is both a typo in the manpage and a bug in the command line parser. Just remove -b0.

lh3 avatar Oct 06 '22 01:10 lh3

Thanks a lot!

yzhang-github-pub avatar Oct 06 '22 01:10 yzhang-github-pub