Hello Kai,
I'm sort of trying to do the same thing as snap.city is where I have a bed file, and intend to call indels only in certain regions. However, I run into multiple problems:
Can you tell us what the expected format is for the bed file? I've tried the following:
Tab-separated regions such as:
chr1 345345 346345
or
1 345345 346345
Non-tab-separated such as:
chr1:345345-346345
or
1:345345-346345
I end up getting either a Segmentation fault, or no calls at all. I get segfaults with using tab-separated list, and no calls when using the other. The latter could also mean only the first line in the bed file is picked up. However, I placed a region with a definitive indel at top and tried running with --include but it failed to report the indel (It does report with -c though). I've tried both the 'chr1' and '1' naming types since when I directly specify the region using -c, chr as '1' works well. However, nothing seems to work. I'm trying the latest pindel version : Pindel version 0.2.5a3, Oct 24 2013. Your help is appreciated here.
Thanks.