I have seen similar posts on this forum, but I continue getting "segmentation fault" every time I start mpileup on my BAM files. I have about 300 BAM files from Exome sequencing of high depth.
samtools-0.1.18/samtools mpileup -BEDf ref/hg19.fa -d 200 -q 20 -r chr2 -b bamFiles > mpileups/kirc.exome.q20.chr2.m.pileup
[bam_header_read] EOF marker is absent. The input is probably truncated.
[bam_header_read] EOF marker is absent. The input is probably truncated.
Segmentation fault
What is the solution ?
Thanks.
samtools-0.1.18/samtools mpileup -BEDf ref/hg19.fa -d 200 -q 20 -r chr2 -b bamFiles > mpileups/kirc.exome.q20.chr2.m.pileup
[bam_header_read] EOF marker is absent. The input is probably truncated.
[bam_header_read] EOF marker is absent. The input is probably truncated.
Segmentation fault
What is the solution ?
Thanks.
Comment