Closed akikuno closed 1 month ago
Currently, for mappy presets, we use map-ont and splice for reads longer than 500 bp, and sr, map-ont, and splice for reads shorter than that.
map-ont
splice
sr
We are considering using sr, map-ont, and splice in all cases.
The reason for including sr is to accurately capture the mapping when reads are fragmented, such as in cases of large deletions or inversions.
Related: #31
- DAJIN2 version: 0.5.4
No response
Planned to be supported in v0.5.6
Done. Merge at version 0.5.6 soon.
📋 Description
Currently, for mappy presets, we use
map-ont
andsplice
for reads longer than 500 bp, andsr
,map-ont
, andsplice
for reads shorter than that.We are considering using
sr
,map-ont
, andsplice
in all cases.The reason for including
sr
is to accurately capture the mapping when reads are fragmented, such as in cases of large deletions or inversions.Related: #31
🔍 Environment
📎 Anything else?
No response