Winnowmap icon indicating copy to clipboard operation
Winnowmap copied to clipboard

Optimising gaps in whole genome assembly alignments

Open mnshgl0110 opened this issue 2 years ago • 2 comments

Hi Winnowmap Team,

I am trying to use winnowmap to do whole-genome alignments. In some cases, winnowmap is resulting in large unaligned regions like below: image

However, when I align these unaligned sequence using clustal, they seem to be quite similar. image

Do you have any suggestions on how to tweak winnowmap so that these regions can be aligned as well?

My alignment command is:

winnowmap -W TAIR10_k19.txt -x asm5 -t 10 -ac --eqx -r 10000 TAIR10_Filtered.fasta.gz qry.filtered.fa

Thanks Manish

mnshgl0110 avatar Aug 17 '22 13:08 mnshgl0110

If the input sequences are not too big, you could try reducing k-mer size.

cjain7 avatar Aug 20 '22 07:08 cjain7

I want to use this with syri for genomic differences identification. The size of the sequences can vary (from A. thaliana (130 MB) to humans to oats (10GB)), so it would be great if there is a solution that can be adopted for different genomic sizes.

mnshgl0110 avatar Aug 22 '22 08:08 mnshgl0110