I'm using wtdbg2 to perform by phase block local assembly for the human genome using Nanopore reads(48x). I used the phase block length as the estimated genome size. However, the final fasta file size is usually doubled compared to the input genome size.
Here is my example code for a 4.6M phase block.
wtdbg2.pl -t 10 -x ont -g 4613k -o PS128766436_128766069_133378765_hp1 PS128766436_128766069_133378765_hp1.fq
And the resulting fasta file is 14M.
Any thoughts why this might happen and how to fix it?
I'm using wtdbg2 to perform by phase block local assembly for the human genome using Nanopore reads(48x). I used the phase block length as the estimated genome size. However, the final fasta file size is usually doubled compared to the input genome size.
Here is my example code for a 4.6M phase block.
wtdbg2.pl -t 10 -x ont -g 4613k -o PS128766436_128766069_133378765_hp1 PS128766436_128766069_133378765_hp1.fq
And the resulting fasta file is 14M.
Any thoughts why this might happen and how to fix it?
Thank you!