Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • samtools merge

    I'm going to merge > 50 alignment bam files (is it possible to merge this number of bam files?), it's too big,
    thus I want to merge by chromosome.

    1. samtools view -u file1.bam chr1 > chr1.file1.bam
    2. samtools view -u file2.bam chr1 > chr1.file2.bam

    no problem to create the above two files.

    3. samtools merge chr1.bam chr1.file1.bam chr1.bam


    [bam_header_read] EOF marker is absent.


    Since the merged file looks ok,

    What does this information mean?

    thanks

  • #2
    It means either a) you BAM is generated by an old version of samtools; or b) your BAM is truncated.

    Comment


    • #3
      Originally posted by lh3 View Post
      It means either a) you BAM is generated by an old version of samtools; or b) your BAM is truncated.
      I uased bowtie for alignment, and convert it's sam output to bam by samtools.

      Thanks.

      Comment


      • #4
        samtools merge problem

        Hi,

        I am having the same problem as blair had when used samtools merge:

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

        I also followed the same steps

        1. Files: bam1_sorted_indexed.bam, bam2_sorted_indexed.bam
        2. Merge: samtools merge -u output.bam bam1_sorted.bam bam2_sorted.bam

        Merge files with no problem, but further running samtools on merged bam file such as samtools sort or samtools depth gives the above "EOF marker absent" warning, though it does produce the output.

        When using Picard I did not have such problem, but Picard seems to be not able to handle large eg. if bam1 >= 8G or bam2 >= 8G, where it breaks and gives runtime error. In those cases one might have to rely on samtools merge. Should I be concerned about the above warning samtools gives?

        Comment


        • #5
          to add to the above
          a) my bam files are generated by the same samtools version as the merged file and also for the sort and depth activities (0.1.18)
          b) my bam files are also not truncated since Picard can run fine

          Comment


          • #6
            It might be the -u in your command line.

            If you do something like this:

            samtools view -bShu file.sam > file.bam
            samtools sort file.bam sort
            samtools will complain that there is no EOF marker. But it still works fine.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM
            • seqadmin
              Recent Advances in Sequencing Analysis Tools
              by seqadmin


              The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
              05-06-2024, 07:48 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 01:32 PM
            0 responses
            9 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-24-2024, 07:15 AM
            0 responses
            199 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-23-2024, 10:28 AM
            0 responses
            221 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-23-2024, 07:35 AM
            0 responses
            231 views
            0 likes
            Last Post seqadmin  
            Working...
            X