You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using minimap2 with the --split-prefix parameter I found that long reference names randomly get chopped in the header of the resulting sam file.
This is obviously a problem, because the reference names sometimes get chopped after even the first character and therefore it is impossible to tell for reads to which reference they were actually mapped. This problem doesn't occur when leaving out the --split-prefix option.
For me it would be great to be able to use the long reference names, since I want to include a species description in the name.
I added an example reference, reads and resulting sam file below.
The sam file was created with minimap2 version 2.14-r883: minimap2 -ax map-ont long_ref_headers.fa seq_C11737035 --split-prefix string > long_headers.sam
While using minimap2 with the --split-prefix parameter I found that long reference names randomly get chopped in the header of the resulting sam file.
This is obviously a problem, because the reference names sometimes get chopped after even the first character and therefore it is impossible to tell for reads to which reference they were actually mapped. This problem doesn't occur when leaving out the --split-prefix option.
For me it would be great to be able to use the long reference names, since I want to include a species description in the name.
I added an example reference, reads and resulting sam file below.
The sam file was created with minimap2 version 2.14-r883:
minimap2 -ax map-ont long_ref_headers.fa seq_C11737035 --split-prefix string > long_headers.sam
long_ref_headers
seq_C11737035
long_headers
The text was updated successfully, but these errors were encountered: