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
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin


      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
      Yesterday, 07:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    50 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    44 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X