Vcf-isec error message column names do not match
1
1
Entering edit mode
7.7 years ago

mmm what does this error mean?Is any way to fix it?

vcf-isec -c 10.vcf.gz 4.vcf.gz 2.vcf.gz | bgzip -c > out.vcf.gz 

Warning: The column names do not match (e.g. 15NS0070-2_v1):
15NS0070-2_v1
15NS0070-10_v1
 at /usr/bin/vcf-isec line 21.
    main::error("Warning: The column names do not match (e.g. 15NS0070-2_v1):\x{a}"...) called at /usr/bin/vcf-isec line 90
    main::__ANON__("Warning: The column names do not match (e.g. 15NS0070-2_v1):\x{a}"...) called at /usr/bin/vcf-isec line 168
    main::check_columns(HASH(0x9895b8), ARRAY(0xe88a58)) called at /usr/bin/vcf-isec line 263
    main::vcf_isec(HASH(0x9895b8)) called at /usr/bin/vcf-isec line

i FOUND ANSWER IN ANOTHER POST

Use the -f option of vcf-isec. For also other options, type vcf-isec -h

well even use that I still get one error

Warning: The column names do not match (e.g. 15NS0070-2_v1):
15NS0070-2_v1
15NS0070-10_v1

well i just answered myself and rename this columns in same name XD

VCF • 2.2k views
ADD COMMENT
0
Entering edit mode
7.6 years ago

-f option works for me too most of the time.

ADD COMMENT

Login before adding your answer.

Traffic: 2724 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6