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
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    17 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    49 views
    0 likes
    Last Post seqadmin  
    Working...
    X