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
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM
            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            30 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            96 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            114 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            108 views
            0 reactions
            Last Post SEQadmin2  
            Working...