Open
Description
Hi, Heng!
We experimented with Drosophila melanogaster genome and found several strange things in minimap2 behaviour (Version: 2.8-r686-dirty). I've attached two our files for reproducing the issues (full chrX extracted from the reference genome and its fragment from our simulated assembly which should perfectly map to it). We also used the full reference Drosophila_melanogaster.BDGP6.dna.toplevel.fa which could be downloaded e.g. here.
The issues are:
./minimap2 Drosophila_melanogaster.chrX.fa chrX_fragment.fa
gives empty output while we expect to see several perfect mappings. Note that./minimap2 chrX_fragment.fa Drosophila_melanogaster.chrX.fa
results in many alignments../minimap2 Drosophila_melanogaster.BDGP6.dna.toplevel.fa chrX_fragment.fa
produces expected matches and all of them are from chrX, so (1) looks strange even without taking into account the issue with target/query order../minimap2 -x asm10 Drosophila_melanogaster.BDGP6.dna.toplevel.fa chrX_fragment.fa
results in no alignments again. Note that all alignments from (2) are perfect, so should not be excluded because of-x asm10
in theory.
Activity