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 Developments in Metagenomics
          by seqadmin





          Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
          09-23-2024, 06:35 AM
        • seqadmin
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 10-02-2024, 04:51 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-01-2024, 07:10 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-30-2024, 08:33 AM
        0 responses
        25 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-26-2024, 12:57 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Working...
        X