I'd like to run Pindel on some WGS datasets (tumour and normal samples) mapped using BWA-MEM. According to the user guide, I can run option 1 after creating a bam-configuration file:
./pindel -f ref.fa -i 1222config.txt -c ALL -o sample_1222
However, this would compare all the samples to the reference genome, and not to each other (e.g. tumour vs somatic sample).
To directly compare two samples, my understanding is that I'd have to create a Pindel txt file from the bam files using Bam2Pindel. Is there any way I could compare two samples without processing them with Bam2Pindel first?
Unfortunately, I can't help you with Pindel, but at least Strelka is able to do what you want - in case switching the software is an option. (The latter is also part of the Sarek pipeline in case you wish to conveniently run an exhaustive tumor vs somatic sample analysis according to the standard of the Swedish Barntumörbanken).
I'll have a look, thanks!