Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gene coder
    Member
    • Jul 2011
    • 18

    Truncated BAM files from 1000GP

    I got this error message from SAMTOOLS:

    samtools view -q 30 NA12878.chrom1.SLX.maq.SRP000032.2009_07.bam 1:532036-533055
    [bam_header_read] EOF marker is absent. The input is probably truncated.
    V_0003_FC3009KAAXX:2:22:1481:1181 99 1 531990 72 47M = 532035 92 TTAGGGTGCCTGGGTAATAGCAGAGGAAGAAAAAGGCTTAGAGTTGG +>5@?>+A::BA@=::7<8@78?3@<8:<88:::=:2<1.<.;5-93 RG:Z:SRR001134 MF:i:18 Aq:i:0 NM:i:1 UQ:i:30 H0:i:0 H1:i:6


    when using this BAM file from the 1000GP: ftp://ftp.1000genomes.ebi.ac.uk/vol1...32.2009_07.bam

    Is a truncated file a sign of something seriously wrong? I am using SAMTOOLS v. 0.1.16 if that helps.
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    A truncated file means it didn't get copied properly - check the size (in bytes) matches the original. I would further suggest verifying the md5 checksum, but it doesn't look like these are provided at ftp://ftp.1000genomes.ebi.ac.uk/vol1...878/alignment/

    I've also seen this "EOF marker is absent" on a valid BAM file when using an old version of samtools. Can you double check which version of samtools you are running?

    Comment

    • Richard Finney
      Senior Member
      • Feb 2009
      • 701

      #3
      from samtools NEWS file ...

      Beta Release 0.1.6 (2 September, 2009)
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      Notable changes:
      ...

      * BAM files now have an end-of-file (EOF) marker to facilitate
      truncation detection. A warning will be given if an on-disk BAM file
      does not have this marker. The warning will be seen on BAM files
      generated by an older version of samtools. It does NO harm.

      Comment

      • maubp
        Peter (Biopython etc)
        • Jul 2009
        • 1544

        #4
        Ah - so it would be nice if instead of this:

        [bam_header_read] EOF marker is absent. The input is probably truncated.

        it said this:

        [bam_header_read] EOF marker is absent. The input is probably truncated, or was from samtools prior to v0.1.6.

        Given the samtools 0.1.6 was released about a year and a half ago, I guess it is uncommon to fall over this issue unless re-analysing old data.

        Comment

        • frymor
          Senior Member
          • May 2010
          • 151

          #5
          Hi,

          I am using tophat to align my reads and created a non-sorted bam files to do the sorting separately.

          When I run
          samtools view -h tophat_out_dilp/accepted_hits.bam | head -n 30

          I also get the error message
          "[bam_header_read] EOF marker is absent. The input is probably truncated."

          I am using the samtools Version: 0.1.16 (r963:234)
          Does tophat uses a different version of samtools?

          I can't explain this message otherwise.

          Does it means anything about the file or can I still work with it normally?

          Thanks

          Assa

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            Yesterday, 10:05 AM
          • SEQadmin2
            Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
            by SEQadmin2


            With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


            Introduction

            Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
            05-22-2026, 06:42 AM
          • SEQadmin2
            Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
            by SEQadmin2

            Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


            Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
            05-06-2026, 09:04 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 12:03 PM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:40 AM
          0 responses
          14 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 05-28-2026, 11:40 AM
          0 responses
          29 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 05-26-2026, 10:12 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Working...