Hi,
If I have already performed WGS variant calling using a reference genome and if an updated assembly is released, do we again start the alignment and variant calling process using the new genome? Can someone let me know what is the best way to handle such case? The updated reference may have new chromosome names or an updated assembly (like unplaced scafflods have been successfully assigned a chromosome in the new assembly). Kindly let me know if more information is required. Specifically, NCBI gave the chromosome names their own accession number and I have been using a copy of the genome that has the chromosome names as 1,2, 3 and so on.
Furthermore, whenever an updated assembly comes, what kind of checks should be performed to see if any minor or major change has happened (except genome genome alignment dotplot)?
If the sequence coordinates changed in that process then the answer is yes. No way around it. If only the names have been changed then you could update them accordingly everywhere.
Thanks a lot genomax..what should be the best way to check if the coordinates are same? As of now, I just made a faidx index (.fai) and checked the lengths of the chromosomes from the old and the new genome assembly. They are the same. Is that the correct way to do such checking?