Hi there,
I have ~2,450,000 total reads per individual (1,225,000, paired end). When using bwa mem to align paired end reads to a de novo assembly, I get the following output
[M::main_mem] read 79248 sequences (10000202 bp)...
[M::mem_pestat] # candidate unique pairs for (FF, FR, RF, RR): (0, 5893, 0, 0)
[M::mem_pestat] skip orientation FF as there are not enough pairs
[M::mem_pestat] analyzing insert size distribution for orientation FR...
[M::mem_pestat] (25, 50, 75) percentile: (75, 114, 156)
[M::mem_pestat] low and high boundaries for computing mean and std.dev: (1, 318)
[M::mem_pestat] mean and std.dev: (114.68, 50.30)
[M::mem_pestat] low and high boundaries for proper pairs: (1, 399)
[M::mem_pestat] skip orientation RF as there are not enough pairs
[M::mem_pestat] skip orientation RR as there are not enough pairs
[M::mem_process_seqs] Processed 79248 reads in 8.541 CPU sec, 11.328 real sec.
I have two questions:
1. Why is bwa mem only processing 79,000 reads and
2. Why are the FF, RF and RR orientations being skipped?
I have ~2,450,000 total reads per individual (1,225,000, paired end). When using bwa mem to align paired end reads to a de novo assembly, I get the following output
[M::main_mem] read 79248 sequences (10000202 bp)...
[M::mem_pestat] # candidate unique pairs for (FF, FR, RF, RR): (0, 5893, 0, 0)
[M::mem_pestat] skip orientation FF as there are not enough pairs
[M::mem_pestat] analyzing insert size distribution for orientation FR...
[M::mem_pestat] (25, 50, 75) percentile: (75, 114, 156)
[M::mem_pestat] low and high boundaries for computing mean and std.dev: (1, 318)
[M::mem_pestat] mean and std.dev: (114.68, 50.30)
[M::mem_pestat] low and high boundaries for proper pairs: (1, 399)
[M::mem_pestat] skip orientation RF as there are not enough pairs
[M::mem_pestat] skip orientation RR as there are not enough pairs
[M::mem_process_seqs] Processed 79248 reads in 8.541 CPU sec, 11.328 real sec.
I have two questions:
1. Why is bwa mem only processing 79,000 reads and
2. Why are the FF, RF and RR orientations being skipped?
Comment