How to identify gaps in a genome?
Hi, I assembled the genome using PacBio HiFi reads and Hi-C reads. I want to know how can I identify the gaps in genome. Is there any good tool for this? I shall be grateful to you.
• 1,657 views
•
link
1 answer
You can use seqtk to find gaps in a fasta
seqtk gap
Usage: seqtk gap [-l 50] <in.fa>
• 0 views
•
link
Log in to answer this question.
Find related genomes (preferably finished) from NCBI and align your own to get some idea of coverage. Run BUSCO on your genome to see if you have captured most of the gene content expected to be present.
GenoMax I have higher BUSCO than the previously published genome but I am looking to find the "NNNNNN" regions in my genome that exhibit the gaps.