Problem Running Pindel With Bam Files
1
0
Entering edit mode
12.0 years ago

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?

pindel • 4.3k views
ADD COMMENT
3
Entering edit mode
12.0 years ago
Raymond301 ▴ 160

I've used Novo Align successfully.

There is one thing to note....Pindel will not work on Single End reads! Ensure that you're alignment contains paired reads.

java -jar picard/1.55/CollectInsertSizeMetrics.jar I=<sorted.bam> H=<output histogram.png> O=<output stats.txt>

samtools view <sorted.bam> | sam2pindel - <pindel.txt> <insert size from output stats.txt> <prefix> 0 Illumina-PairEnd <or Mate-Pair>

pindel -f <hg ref> -p <pindel.txt> -c ALL -o <prefix>

pindel2vcf -p <prefix>_<suffix> -r <hg ref> -R 1000GenomesHg19 -d <unix date>

<suffix> = _D, _BP, _INV, _SI, _LI, _TD : Then merge or concat the vcfs.

-- I don't know if this explains your error, but I do know it is possible to use Pindel on other aligners.

ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

Ah, that would do it. I'm sorry I couldn't be more help.

ADD REPLY

Login before adding your answer.

Traffic: 2526 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6