-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consensus step : genome size lower than pre-consensus stage #231
Comments
The first step is to check whether the polished contigs are more accurate using WGS short reads. |
I did that. I use polca.sh for polshing. I use 1 billion illumina PE reads (150 PE). |
So, the reason should be many repeats were collapsed in assembling, not the problem of wtpoa-cns. One option is to add |
Thanks. |
In wtdbg2 step, the assembly size was stated by uncorrected seqeunce length, usually will become smaller after wtpoa-cns. |
Do you know what is acceptable limit for this reduction? in my case it is 12 %. data is coming from 7 cells of sequel CLR. I am also using RS preset. it started to become good with this preset. Again I got this info from other issues you addressed here. so you think I have no way out of this problem? |
If the genome size was correctly estimated and the genome was complicated, maybe there is no way. However, please find out some contigs that differed much in size between before and after polishing, then align their CLR long reads to their consensus sequences to see whether there were big insertion/deletions. If found many such cases, there should be errors when wtpoa-cns concatenates cns seq pieces. |
Hi |
wtdbg2 tends to collapse similar regions. For your case, please try increase '-s 0.5' to '-s 0.8' or others. |
thank you very much!I will try it. |
Hi,
I am getting 12% less bases to post consensus for my genome (complex and big, 100X coverage). I have checked is there missing contigs between the lay and cns.raw.fa file. I see no missing contigs. I just wonder what is driving this? or is it normal to loose that much bases in the consensus stage? I also wonder are there any parameters in wtpoa-cns I can tweak?
Thank you.
The text was updated successfully, but these errors were encountered: