Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jianfeng.mao
    Member
    • Dec 2010
    • 12

    #1

    failed when merging the example VCF files using VCFtools

    Dear SEQanswers,

    I am learning VCFtools by executing VCFtools commands on VCF files in Examples folder of the VCFtools installation path. Please help me to fix the three problems followed and give me some tips or directions to merging VCF files.

    tabix has been in my path.

    (1). When I want to merge the three example VCF files, I failed.

    commands:
    merge-vcf merge-test-a.vcf merge-test-b.vcf merge-test-c.vcf > merg.vcf

    results:
    [main] fail to load the index file.
    The command "tabix -l merge-test-a.vcf" exited with an error. Is the
    file tabix indexed?

    at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 167
    Vcf::throw('Vcf4_0=HASH(0x10082df18)', 'The command "tabix -l
    merge-test-a.vcf" exited with an error....') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 1687
    VcfReader::get_chromosomes('Vcf4_0=HASH(0x10082df18)') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 139
    main::init_cols('HASH(0x10082a3d0)', 'Vcf4_0=HASH(0x10082e110)')
    called at /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf
    line 219
    main::merge_vcf_files('HASH(0x10082a3d0)') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 12

    (2). Then I tried to compressed them. After I compressed and indexed
    the VCF files, I still failed to merge them.

    bgzip merge-test-a.vcf
    bgzip merge-test-b.vcf
    bgzip merge-test-c.vcf

    tabix -p vcf merge-test-a.vcf.gz
    tabix -p vcf merge-test-b.vcf.gz
    tabix -p vcf merge-test-c.vcf.gz

    ###############################################
    merge Command:
    merge-vcf merge-test-a.vcf.gz merge-test-b.vcf.gz merge-test-c.vcf.gz
    | bgzip -c > merg.vcf.gz

    results:
    zcat: merge-test-a.vcf.gz.Z: No such file or directory
    Error reading VCF file.

    at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 167
    Vcf::throw('Vcf=HASH(0x1008f32a8)', 'Error reading VCF file.\x{a}')
    called at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line
    280
    Vcf::next_line('Vcf=HASH(0x1008f32a8)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 219
    Vcf::_open('Vcf=HASH(0x1008f32a8)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 161
    Vcf::new('Vcf', 'file', 'merge-test-a.vcf.gz') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 125
    main::init_cols('HASH(0x10082a3d0)', 'Vcf4_0=HASH(0x10082e110)')
    called at /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf
    line 219
    main::merge_vcf_files('HASH(0x10082a3d0)') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 12
    ###############################################
    merge Command:
    merge-vcf merge-test-a.vcf.gz merge-test-b.vcf.gz merge-test-c.vcf.gz
    > merg.vcf.gz

    results:
    zcat: merge-test-a.vcf.gz.Z: No such file or directory
    Error reading VCF file.

    at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 167
    Vcf::throw('Vcf=HASH(0x1008f32a8)', 'Error reading VCF file.\x{a}')
    called at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line
    280
    Vcf::next_line('Vcf=HASH(0x1008f32a8)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 219
    Vcf::_open('Vcf=HASH(0x1008f32a8)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 161
    Vcf::new('Vcf', 'file', 'merge-test-a.vcf.gz') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 125
    main::init_cols('HASH(0x10082a3d0)', 'Vcf4_0=HASH(0x10082e110)')
    called at /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf
    line 219
    main::merge_vcf_files('HASH(0x10082a3d0)') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/merge-vcf line 12

    (3). vcf-stats and vcf-validator can work on all the three
    uncompressed VCF files: merge-test-a.vcf, merge-test-b.vcf,
    merge-test-c.vcf. But can not on the compressed files.

    Command:
    vcf-validator merge-test-a.vcf.gz

    Results:
    zcat: merge-test-c.vcf.gz.Z: No such file or directory
    Error reading VCF file.

    at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 167
    Vcf::throw('Vcf=HASH(0x10082a0d0)', 'Error reading VCF file.\x{a}')
    called at /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line
    280
    Vcf::next_line('Vcf=HASH(0x10082a0d0)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 219
    Vcf::_open('Vcf=HASH(0x10082a0d0)') called at
    /Users/jianfengmao/programe_files/VCFtools/lib/Vcf.pm line 161
    Vcf::new('Vcf', 'file', 'merge-test-c.vcf.gz') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/vcf-validator line 53
    main::do_validation('HASH(0x100804ed0)') called at
    /Users/jianfengmao/programe_files/VCFtools/bin/vcf-validator line 14
  • Michael.James.Clark
    Senior Member
    • Apr 2009
    • 207

    #2
    Some of the VCFtools seem to only work with uncompressed or compressed files. Another example I found is the --remove-filtered <string> and --keep-filtered <string>, which were only working with uncompressed files for me.

    As for your ZCAT problem, Mac OS X's version of ZCAT demands that the file end in .Z. I was under the impression the latest VCFtools fixed this issue but if not, you can just move the files and append a .Z on the end for the sake of merging I think.
    Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog]
    Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post]
    Projects: U87MG whole genome sequence [Website] [Paper]

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 12:22 PM
    0 responses
    14 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-11-2026, 10:35 AM
    0 responses
    16 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    50 views
    0 reactions
    Last Post SEQadmin2  
    Working...