Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • No output from samtool's mpileup

    I am trying to run samtools for SNP detection, but neither mpileup or the deprecated pileup produces any output.

    My data are in SAM format, which I convert to BAM using samtools thusly:

    ./samtools view -bSt FAIFILE.fai INFILE.sam > OUTFILE.bam

    No errors, seem to get a functional BAM file.

    Now, following the manual,

    ./samtools mpileup -ugf REFSEQ.fasta INFILE.bam | bcftools view -bvcg - > var.raw.bcf

    This produces the following output to sdterr, and no output to screen
    [mpileup] 1 samples in 1 input files
    <mpileup> Set max per-sample depth to 8000

    I have aslo tried a similar approach with pileup:

    ./samtools pileup -vcf REFSEQ.fasta INFILE.bam

    This computes for LONG time, but still produces no output.

    I have no idea what is going wrong... Please help!

    Sasha

  • #2
    I had the very same problem, and found this:



    Not sure it will help you, but it did help me because I had exactly such a bam file (paired-end reads where the read pairs had not been matched up, due to some issues with upstream software.)

    Comment


    • #3
      I also tried to run the command like that, and I got the same thing. It didn't write anywhere.

      So I don't pipe. I run mpileup with -ugf to make a file, (and that step can take a very long time) and then I feed that file to bcftools to make the bcf once it's done.

      The second step is so much faster than the first that you don't save much time by piping.

      Comment


      • #4
        Thanks a lot for both suggestions. However, when I tried downgrading, all I got was a memory error, and no joy.
        Not piping with -ugf gives the following output, but no output file.

        [mpileup] 1 samples in 1 input files
        ?BCa??BCF#chromosom1chromosome2chromosome3 s7_2.bam%##samtoolsVersion=0.1.13 (r926:134)
        <mpileup> Set max per-sample depth to 8000

        I checked to see whether there was some problem with my SAM to BAM conversion by uploading my test file to Galaxy and running mpileup there, and everything seemed to work. So, could there be some weirdness in the way samtools are compiled on my system? I run Mac OS, but received no errors during compilation.

        Comment


        • #5
          Too bad.

          You could try to trawl the Samtools mailing list archives (e g http://sourceforge.net/mailarchive/f...=samtools-help) for further clues.

          Comment


          • #6
            I guess, you need to sort your bam file. i had similar problem and I got away with it by simply sorting it.

            Comment


            • #7
              Relevant for me was lh3's comment in another thread:: Use the -A option with mpileup in order to include non-properly-paired reads.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Genetic Variation in Immunogenetics and Antibody Diversity
                by seqadmin



                The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
                11-06-2024, 07:24 PM
              • seqadmin
                Choosing Between NGS and qPCR
                by seqadmin



                Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
                10-18-2024, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 11:09 AM
              0 responses
              22 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Today, 06:13 AM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 11-01-2024, 06:09 AM
              0 responses
              30 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-30-2024, 05:31 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Working...
              X