Hi, I am running Pindel version 0.2.4p, March 26 2012, on a set of BAM files.
It chokes on them, printing out:
No currentState.Reads for chr3 in file.bam
(Note that the BAM files themselves were not produced by BWA, but by another mapper).
Since I could not use the BAM files I tried to generate the input to PINDEL by running
sam2pindel on the corresponding set of SAM files, but this attempt was also unsuccessful (output file generated by sam2pindel is empty).
1)Has any of you encountered the same kind of difficulty? If so, how did you fix the problem?
In particular,
2)Is it possible to generate BAM files compatible with PINDEL if one is not using BWA?
Thanks for the effort : my alignment did contain paired end alignments, though.
I solved my problem simply by inserting an @RG field in the BAM file. Things seem to work now, but I have still to check if the output makes sense.
Thanks for the effort : my alignment did contain paired end alignments, though. I solved my problem simply by inserting an @RG field in the BAM file. Things seem to work now, but I have still to check if the output makes sense.
Ah, that would do it. I'm sorry I couldn't be more help.