Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools mpileup -r not working

    Hi all,

    I would like to call SNPs from multiple bam files, one chromosome at a time.

    I used the following command to get a vcf file for chromosome 1:

    samtools mpileup -Q 20 -q 20 -C 50 -EDIuf canfam3.fasta -r 1 -b bamlist.txt | bcftools view -cg -> chr1.vcf

    However it does not work and I get this error message:
    [bam_index_load] fail to load BAM index.
    [mpileup] fail to load index for 1-th input.
    [afs] 0:0.000

    After extensive googling, I got a clue that it may work whilst leaving option r out, and it did start to work:

    command:
    samtools mpileup -Q 20 -q 20 -C 50 -EDIuf canfam3.fasta -b bamlist.txt | bcftools view -cg -> test.vcf

    output:
    [mpileup] 7 samples in 7 input files
    <mpileup> Set max per-file depth to 1142
    [bcfview] 100000 sites processed.
    [afs] 0:99543.747 1:62.399 2:41.907 3:52.140 4:38.329 5:33.845 6:42.816 7:57.233 8:11.331 9:7.889 10:14.342 11:7.750 12:12.551 13:29.424 14:44.296
    [bcfview] 200000 sites processed.
    [afs] 0:99754.577 1:37.872 2:35.226 3:81.483 4:18.848 5:8.106 6:3.562 7:6.604 8:1.895 9:4.640 10:12.232 11:4.209 12:4.845 13:8.355 14:17.546

    Unfortunately there was no other solutions suggested from that.

    Does anyone know why it doesn't work with the "r" option ? I thought the bam files didn't have to be indexed for mpileup... but I still have my original index files (before doing rmdup) anyway.

  • #2
    [bam_index_load] fail to load BAM index.
    [mpileup] fail to load index for 1-th input.

    You need to run "samtools index yours.bam"

    Comment


    • #3
      Thanks for your reply lh3. I have indexed my bam files and its still not working.

      Comment


      • #4
        '-r <region>' should work. It works for me. :-) To help in troubleshooting, please do an 'ls -l' of your directory and cat your bamlist.txt file so that we can be sure that you have a good index? Also the first list or two of 'samtools view <one_of_your_files>' so that can be sure that the region names indeed look like '1' instead of something like 'chr1'.

        Comment

        Latest Articles

        Collapse

        • 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
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 05-10-2024, 06:35 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-09-2024, 02:46 PM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-07-2024, 06:57 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-06-2024, 07:17 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Working...
        X