Closed ilanshom closed 7 years ago
.las is a binary format without a spec. It seems not a standalone format as it depends on the read database. Generating .las will be a lot harder than the reverse.
Do you have any script to convert paf to sam? You do seem to have a script to to do the reverse here
It is not possible to convert minimap PAF to SAM because minimap PAF doesn't compute CIGAR. It is possible to convert minimap2 PAF to SAM if the PAF is generated with CIGAR. However, for read overlapping, minimap2 does not recommend to compute CIGAR for the performance purpose.
Thank you for your responses.
Hi, I am one of the developers of HINGE and we would like to integrate minimap into our pipeline. But we currently work with .las files for the alignments. We noticed that a da2paf converter was discussed here. So we were wondering if any .paf to .las converter has been written. Thanks!