However, I noticed that the latest version of Pindel (0.2.5b1) has the --NormalSamples option. According to the usage prompt, this flag turns on germline variant filtering:
-N/--NormalSamples
Turn on germline filtering, less sensistive and you may miss somatic calls (default false)
/path/to/tumor/bam insert_size Tumor
/path/to/normal/bam insert_size Normal
However, I noticed that the output still contains germline indels. So perhaps the --NormalSamples hasn't been fully implemented yet and I'll still need to post-process results to get somatic indels from Pindel?
Do I need to generate separate config file for each pair?
If you want separate somatic calls, I believe 'yes'.
I am not 100% confident, though, and pindel functionality changes depending on the version that you are using. Please review all command line options for the version that you are using, and [if possible], perform some tests with a few BAM files.
thanks for this, exactly what I was looking for
What if I have multiple pairs of data? Do I need to generate separate config file for each pair?
Regards, Najeeb
If you want separate somatic calls, I believe 'yes'.
I am not 100% confident, though, and pindel functionality changes depending on the version that you are using. Please review all command line options for the version that you are using, and [if possible], perform some tests with a few BAM files.