Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    Originally posted by gringer View Post
    Using 'samtools index' and then 'samtools idxstats' on a sorted file will give you total counts for mapped and unmapped reads, which is slightly easier to check compared to looking at a few million lines to find what's missing.
    Thanks, David. I hadn't thought of that.

    Comment


    • #17
      Originally posted by dpryan View Post
      What HESmith said, but I'll add that if you really want to be 110% sure that nothing was lost/changed, you can use bamHash on both files. If the checksums are the same then they contain the same reads (just in a different order).
      Contribute to DecodeGenetics/BamHash development by creating an account on GitHub.

      is this the bamhash you are referring to?
      I wonder how fast it is ...

      http://www.html5rocks.com/en/tutoria...t-compression/ there's a hint in there why the zlib compression makes a smaller file on sorted files.
      http://kevin-gattaca.blogspot.com/

      Comment


      • #18
        Yup, that's the tool. It's about as fast as one would hope for a tool that has to process every alignment. Note that this isn't something you would run all the time, the original purpose was to make absolutely certain that BAM files contain all of the information in the fastq files that made them (there are functions to calculate equivalent hashes of fastq files) so the fastq files could be deleted.

        But anyway, you're correct that sorted files are easier to compress, since individual blocks will contain more repetitive information.

        Comment


        • #19
          If you're interested in conserving space, there's also a compressed BAM format that only records differences from the reference alignment. Running 'samtools view -C -T <reference.fasta> <input.sam|input.bam>' will produce such a file, assuming you're using a sufficiently new release of samtools.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Advancing Precision Medicine for Rare Diseases in Children
            by seqadmin




            Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
            12-16-2024, 07:57 AM
          • seqadmin
            Recent Advances in Sequencing Technologies
            by seqadmin



            Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

            Long-Read Sequencing
            Long-read sequencing has seen remarkable advancements,...
            12-02-2024, 01:49 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 12-17-2024, 10:28 AM
          0 responses
          27 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-13-2024, 08:24 AM
          0 responses
          43 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-12-2024, 07:41 AM
          0 responses
          29 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-11-2024, 07:45 AM
          0 responses
          42 views
          0 likes
          Last Post seqadmin  
          Working...
          X