Hello everyone
I am trying to align my sequencing reads (short reads, paired-end) to reference using BWA MEM. I am wondering what is -P
option really means? In BWA official manual it says -P perform SW to do mate rescue and disable reads pairing, but I didn't really get it and there is very limit interpretations about it on the internet. Here are my questions:
- What
-P
leads to compare with command without-P
in alignment? - In what condition we use
-P
? - My purpose is to detect the SV and SNV, is it OK, or better/better not or makes no difference for adding
-P
?
Could anyone give me some hints. Appreciate any help.
Here I ask the question by myself.
From the perspective of reads left after QC and duplication removal, there is HUGE difference of using "bwa mem -P" or not using -P.
So we can see there is about 20% reads LOST if using -P for short-reads alignment! I don't what is the proper situation for using -P, at least for short-reads alignment and variant calling pipeline, DO NOT use -P.