Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Problem with vcf-concat

    I am trying to concatenate vcf files from individual Chrm using vcf-concat
    no matter what I try, i get following error message and no concatenated file

    The column names do not agree in [../Chrm2/Chrm2.vcf].
    at /home/allan/src/vcftools_0.1.8a/bin/vcf-concat line 32
    main::error('The column names do not agree in [../Chrm2/Chrm2.vcf].\x{a}') called at /home/allan/src/vcftools_0.1.8a/bin/vcf-concat line 114
    main::concat('HASH(0x21cf518)') called at /home/allan/src/vcftools_0.1.8a/bin/vcf-concat line 12

    Yet as near as I can tell, the two .vcf files have exactly the same columns, nice illumina data, looks clean, something just not right. Thanks

    Warning, I am new at this, is probably trivial error. but I've tried for couple days, read everything I can find, searched SeqAnswers, all to no avail.

  • #2
    The problem is with a mismatch between the vcf format output by samtools/bcftools view, and the input file expected by vcf-concat. Example:
    ##FORMAT=<ID=SP,Number=1,Type=Integer,Description="Phred-scaled strand bias P-va
    lue">
    ##FORMAT=<ID=PL,Number=-1,Type=Integer,Description="List of Phred-scaled genotyp
    e likelihoods, number of values is (#ALT+1)*(#ALT+2)/2">
    #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT ../KB1il
    lumChr9.bam
    chr9 53 . A . 31.5 . DP=1;AF1=0;AC1=0;DP4=1,0

    The "##FORMAT=<ID=PL,Number=-1" is not accepted by vcf-concat, it wants "." instead of a "-1"

    In addition, the .bam file name from which the vcf file was constructed ("../KB1illumChr9.bam") must be the same for the two .vcf files being concatinated, which makes no sense if they are from different chromosomes. Only solution I found was to use awk to change the "-1" to a ".", and the specific file name in the header line to a generic name that was the same for all the files being concatinated.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Advancing Precision Medicine for Rare Diseases in Children
      by seqadmin




      Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
      12-16-2024, 07:57 AM
    • seqadmin
      Recent Advances in Sequencing Technologies
      by seqadmin



      Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

      Long-Read Sequencing
      Long-read sequencing has seen remarkable advancements,...
      12-02-2024, 01:49 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 12-17-2024, 10:28 AM
    0 responses
    26 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-13-2024, 08:24 AM
    0 responses
    42 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-12-2024, 07:41 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-11-2024, 07:45 AM
    0 responses
    42 views
    0 likes
    Last Post seqadmin  
    Working...
    X