ablab / VerityMap

GNU General Public License v3.0
30 stars 5 forks source link

this results is different from nucplot #11

Closed zhoudreames closed 1 year ago

zhoudreames commented 2 years ago

this my centromere coverage plot draw from nucplot software showing in blow,there seems to be no problem here. chrX h However,this is a obviously high peak located in the right of the centromere,Why is that? do you help me ? image In addition,How to set the font size of axis and label for resulting html files? thank you so much~ Merry Christmas to you,though this is a little late for you.

zhoudreames commented 2 years ago

And there are different aligned resultings for the two softeware,the veritymap contained many clipping reads,and there are not rare kmer located in such region.but winnomap2 aligned resulting is good. image

seryrzu commented 2 years ago

Hi, sorry for long response. To me that looks like a misassemble around 5Mbp. It is hard to say exactly what went wrong though... Do you expect this part of assembly to be complicated?

zhoudreames commented 2 years ago

Hi, sorry for long response. To me that looks like a misassemble around 5Mbp. It is hard to say exactly what went wrong though... Do you expect this part of assembly to be complicated?

the region is not complicated, Is it caused by lack of rare kmers ? and how to set more bigger kmer length? thanks~

seryrzu commented 2 years ago

You can change the k-mer length in the corresponding config. For hifi the default config is in https://github.com/ablab/VerityMap/blob/master/veritymap/config/config_tm2_hifi.tsv . You can edit it and rerun make, so the config gets copied next to the binary.

Lack of rare k-mers limits VerityMap's ability to identify what's going on with the region. However, if there are no misassemblies, these regions will just have low coverage. Such excessive gaps in reads identify that this region is likely misassembled.