Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • linp5
    Member
    • Aug 2014
    • 14

    error when running samtools mpileup and bcftools

    Hi all

    I run the code below which is modified from [1]

    samtools mpileup -uf wg.fa ERR000589.srt.bam | /home/linp/linpDisk4/DataSeq/bcftools/bcftools call -mv -Oz

    But I encounter such a error:

    [mpileup] 1 samples in 1 input files
    <mpileup> Set max per-file depth to 8000
    [vcf.c:753 bcf_hdr_read] invalid BCF2 magic string: only BCFv2.2 is supported.
    Failed to open: -


    but I can successfully run samtools mpileup separately:
    samtools mpileup -f wg.fa ERR000589.srt.bam > ERR000589.bcf

    the ERR000589.bcf file looks as:
    chr10 60173 T 1 ^Z. H
    chr10 60174 T 1 . H
    chr10 60175 G 0
    chr10 60176 G 1 . /
    chr10 60177 G 1 . I
    chr10 60178 T 1 . .
    chr10 60179 T 1 . 8
    chr10 60180 G 1 . G
    chr10 60181 G 1 . I

    Could anyone please give me some tips about what happened?


    [1] https://github.com/samtools/bcftools/wiki/HOWTOs
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Try:
    Code:
     samtools mpileup -ugf wg.fa ERR000589.srt.bam | /home/linp/linpDisk4/DataSeq/bcftools/bcftools call -mv -Oz

    Comment

    • linp5
      Member
      • Aug 2014
      • 14

      #3
      Thank you dpryan!

      But the problem still exists:

      linp@wuserver:~/linpDisk4/DataSeq$ samtools mpileup -ugf wg.fa ERR000589.srt.bam | /home/linp/linpDisk4/DataSeq/bcftools/bcftools call -mv -Oz
      [mpileup] 1 samples in 1 input files
      <mpileup> Set max per-file depth to 8000
      [vcf.c:753 bcf_hdr_read] invalid BCF2 magic string: only BCFv2.2 is supported.
      Failed to open: -

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        My only guess is that you have different versions of samtools and bcftools (make sure you're using the tagged 1.0 version of both if you got this from github). If that's not the case and no one else is able to give you an answer here then you should post this to the samtools-help email list.

        Comment

        • linp5
          Member
          • Aug 2014
          • 14

          #5
          Thank you dpryan!

          the versions are:

          Program: bcftools (Tools for variant calling and manipulating VCFs and BCFs)
          Version: 1.0-15-gc15888a (using htslib 1.0-2-g1903fd4)
          Program: samtools (Tools for alignments in the SAM format)
          Version: 0.1.19-44428cd


          Do you think they are in-compatible ?

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            Ah, yeah, you need to either use the version of bcftools that came with samtools 0.1.19 or use the newer version of samtools available here.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              07-20-2026, 11:48 AM
            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            28 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-23-2026, 11:41 AM
            0 responses
            21 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-20-2026, 11:10 AM
            0 responses
            211 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            78 views
            0 reactions
            Last Post SEQadmin2  
            Working...