Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • IllumMiseq
    Junior Member
    • Oct 2017
    • 5

    Samtools: Problem Not Recognizing Sorted BAM File & Output Missing Contigs

    Hello!

    I converted my SAM file to BAM using this command:

    samtools view -S -b .SAM > M6X2D.BAM

    I need to calculate genome coverage, so I'm using this command:

    samtools depth .BAM > .txt

    But I got this error:

    [bam_pileup_core] the input is not sorted (chromosomes out of order)
    [bam_plp_destroy] memory leak: 1. Continue anyway.


    I did a google search and saw the following command could be used to sort my BAM file:

    samtools sort -n .BAM

    But it doesn't help. I would appreciate any advice and guidance on what I can do to get the depth command to work.

    I did get the depth command to work for one genome, but only 2 out of 46 contigs made it to the .txt file.

    Thank you!
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    What version of samtools are you using? You should use the latest (v.1.5) if possible.

    Sort your BAM file this way "samtools sort -o sorted.bam original.bam". (-n will name sort based on reads which is not what you want here).

    Comment

    • IllumMiseq
      Junior Member
      • Oct 2017
      • 5

      #3
      Hi! I'm using samtools 1.6.

      I tried to sort the BAM file as suggested using "samtools sort -o sorted.bam original.bam", but I got this here:

      [E::hts_open] fail to open file 'Sorted.BAM'
      [bam_sort_core] fail to open file Sorted.BAM

      I tried to switch around the sorted and the original bam components like this:

      samtools sort original.BAM -o Sorted.BAM

      and my computer screen went crazy.

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        You need to use real file names (with full paths, if needed). So you would do "samtools sort -o M6X2D_sorted.BAM M6X2D.BAM" (if that is a real file name).

        Comment

        • IllumMiseq
          Junior Member
          • Oct 2017
          • 5

          #5
          Correct. That's what I did. I had the path set for my files. I did tab complete just to be sure. It just says:

          open: No such file or directory
          [bam_sort_core] fail to open file M6X2_Sorted.BAM

          My exact command was:

          samtools sort -o Strain_Sorted.BAM ../Novels_BAM/Strain.BAM

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            That is odd. Why is the error saying "fail to open file M6X2_Sorted.BAM" when your input file is called "Strain.BAM?

            Comment

            • IllumMiseq
              Junior Member
              • Oct 2017
              • 5

              #7
              I have multiple single genomes that I'm working on. I just replaced M6X2 with "Strain" to put a generic name to my files while we are chatting.

              samtools sort -o M6X2_Sorted.BAM ../Novels_BAM/M6X2.BAM

              is my literal command.

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                I see. You are trying to write M6X2_Sorted.BAM to the local directory from where you are running sort command and you do not seem to have write permissions there.

                So it would be best to either put the sorted file back in the directory where the original BAM is by doing "samtools sort -o ../Novels_BAM/M6X2_Sorted.BAM ../Novels_BAM/M6X2.BAM" or put it in another directory, where you have write permission.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                  by SEQadmin2



                  Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                  There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                  Yesterday, 05:17 AM
                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  07-01-2026, 11:43 AM
                • SEQadmin2
                  Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by SEQadmin2


                  I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                  Here are nine questions we think about, in roughly the order they matter, before...
                  06-18-2026, 07:11 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Yesterday, 10:08 AM
                0 responses
                6 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-07-2026, 11:05 AM
                0 responses
                8 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-02-2026, 11:08 AM
                0 responses
                31 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-30-2026, 05:37 AM
                0 responses
                29 views
                0 reactions
                Last Post SEQadmin2  
                Working...