Thanks.
I cloned the source code:
$ git clone https://github.com/genome/pindel.git
Cloning into 'pindel'...
remote: Counting objects: 3410, done.
remote: Compressing objects: 100% (885/885), done.
remote: Total 3410 (delta 2591), reused 3328 (delta 2509)
Receiving objects: 100% (3410/3410), 91.60 MiB | 8.99 MiB/s, done.
Resolving deltas: 100% (2591/2591), done.
Checking out files: 100% (160/160), done.
But the 'RELEASE' file suggests that it is still 0.2.4w:
$ cat RELEASE
Pindel 0.2.4w April 25, 2013
-first version after moving to WashU TGI
-changed test runtime max
Pindel 0.2.4t August 13, 2012
resolved bug in which using pindel with a single incorrect option (like ./pindel -g) caused a segmentation fault
updated pindel2vcf to version 0.5.0; -G (GATK-compatibility option) now works properly even for unusual SVs; END positions updated according to http://www.1000genomes.org/wiki/Analysis/Variant%20Call%20Format/vcf-variant-call-format-version-41, resolved mysterious ".:10" genotypes, and added -P option to allow fusing all output files into one.
if an event is near multiple breakdancer events, all of these events will be investigated now
Is the RELEASE file simply out-of-date?