Chirag Jain
Chirag Jain
Thanks for responding. I too realized this when I read through the code to have a better understanding of the symbolic phase (both uncompressed and compressed modes). Storing column indices...
Yes, check the help page `winnowmap -h`
This may not be a good use-case for Winnowmap. `map-ont` or `asm20` presets are designed to map reads to a reference/assembly in both Winnowmap and minimap2. Each read is expected...
Can you also try minimap2 and see if the same warning is shown?
Also, you may want to check the fastq file record to make sure it's properly formatted One read is probably left unmapped in SAM file as per this warning.
PacBio BAM files are not supported as input currently. That said, do you know any long read mapper that does it? I could consider incorporating this feature if this is...
The weighted minimiser idea can be extended for read overlapping as well, but we have never tested. It should be easy to add back these options in [options.c](https://github.com/marbl/Winnowmap/blob/master/src/options.c); but testing...
See `min_mapq` parameter in [options.c](https://github.com/marbl/Winnowmap/blob/master/src/options.c). Currently this is not exposed via command line.
Hi @marcus1487 I'm happy to investigate this. But I wonder if it would be a worthwhile exercise at your end to verify whether Winnowmap is giving you desirable improvements first...