samtools error file
0
0
Entering edit mode
8.5 years ago
fufuyou ▴ 110

Hi everyone,

I use samtools for calling SNP. I running many samples with the same code. Most of samples is normal. I met some error files from a few samples. Could you tell me what it happened?

My code is

samtools mpileup -u -g -f /depot/tmengist/data/ref/Sb_ref/Sb21b.fa SSSS.realn.bam | bcftools call -mv > SSSS.samtools.raw.vcf

The error is

[W::bam_hdr_read] EOF marker is absent. The input is probably truncated.
[mpileup] 1 samples in 1 input files
<mpileup> Set max per-file depth to 8000
[bam_plp_destroy] memory leak: 353. Continue anyway.

Thanks
Fuyou

SNP samtools • 4.8k views
ADD COMMENT
1
Entering edit mode

The EOF error is a known bug in some versions of samtools: see this thread.

ADD REPLY
2
Entering edit mode

It's only a bug if you're piping into samtools (the error gets printed due to bam_hdr_read() trying to seek to the end of the file to check for a magic number there...which obviously doesn't work with pipes). In this case it's a broken BAM file.

ADD REPLY
0
Entering edit mode

Thanks. I will try to use lower version.

ADD REPLY
0
Entering edit mode

Hello.

I might be a problem with your BAM file.

ADD REPLY

Login before adding your answer.

Traffic: 2020 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