Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • dariober
    replied
    Originally posted by dpryan View Post
    I created a pull request to fix this.
    Thanks a lot for taking care of this issue. Here's my comment to your post on github:

    I'm quite keen on querying the index to get the number of unmapped reads, so I favour the second solution. (With the disclaimer the I'm not the one going to fix it though!)

    Leave a comment:


  • dpryan
    replied
    I created a pull request to fix this.

    Leave a comment:


  • swbarnes2
    replied
    Originally posted by dpryan View Post
    I've submitted a bug report.
    Thank you. I didn't want to do that until I had some confirmation that other people were seeing the problem.

    Leave a comment:


  • dpryan
    replied
    I've submitted a bug report.

    Leave a comment:


  • dpryan
    replied
    @dariober: In fact this is the issue I alluded to over on biostars :P

    It turns out that this only happens if there are unmapped read in the BAM file (otherwise, it correctly reports 0).

    Leave a comment:


  • dariober
    replied
    Originally posted by swbarnes2 View Post
    Can anyone else replicate this? This can't be the desired behavior, can it?
    I just upgraded to samtools-1.0.

    Indeed the same happens to me:

    Code:
    samtools --version
    samtools 1.0
    Using htslib 1.0
    Copyright (C) 2014 Genome Research Ltd.
    
    samtools index fk042_F5_14_CHEM1.bam
    samtools idxstats fk042_F5_14_CHEM1.bam | tail -n1
    *	0	0	1
    
    ## Now with samtools 0.18.0:
    ~/applications/samtools/samtools-0.1.18/samtools index fk042_F5_14_CHEM1.bam
    samtools idxstats fk042_F5_14_CHEM1.bam | tail -n1
    *	0	0	8882

    Leave a comment:


  • swbarnes2
    replied
    I went into the htslib-1.0 folder of my samtools 1.0 folder, and "make" seems to finish without errors, but samtools 1.0 still does the same thing: idxstats run from the v 1.0 indexing shows only 1 unmapped read. Rebuilding the index with 0.1.19 and rerunning idxstats shows the correct number.
    Last edited by swbarnes2; 08-19-2014, 02:32 PM.

    Leave a comment:


  • dpryan
    replied
    I just tested on an old BAM file (reindexed and ran idxstats) and got 0, as appropriate. Perhaps this only happens if there are unmapped reads in the file? I should note that you should ensure that both htslib and samtools are on the 1.0 tag release. When I just recloned them (just to ensure that any local changes weren't in there) I couldn't even compile samtools since the most current commit breaks compilation with the version of htslib I had from earlier in the day.

    Leave a comment:


  • swbarnes2
    started a topic Issue with new samtools 1.0 index and idxstats

    Issue with new samtools 1.0 index and idxstats

    When using samtools 1.19, I would index my .bam, and use idxstatst to make a file of read counts per sequence in my reference, and the unmapped reads would be at the bottom of the list.

    The line would look like

    * 0 0 1027820

    To show 1027820 reads did not align

    When using samtools 1.0 to index, now, the idxstats file always claims there is exactly 1 read that mapped to nothing, which is clearly wrong.

    Can anyone else replicate this? This can't be the desired behavior, can it?

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 08:47 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
54 views
0 likes
Last Post seqadmin  
Working...
X