I'm trying to use add_hom_refs_to_vcf.pl tool to add hom ref to a VCF file. I'm getting errors about chromosome names and I made changes according to the errors but I still get errors. Here is the errors and how I tried to debug them:
1- Error: Check chromosome name: ##fileformat=VCFv4.0
1- Debugging: I removed configs that were not 1-23.
2- I got the error again
2- Debugging: I added "chr" to the start of chromosome numbers.
3- I got the error again.
3- Debugging: I deleted VCF file header
4- Error changed to: Could not parse the fileformat version string [#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE], assuming VCFv4.2
Check chromosome name: OM
5- I removed Hash sign:
5- Could not parse the fileformat version string [CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE], assuming VCFv4.2
Broken VCF header, no column names?
I can't figure out what the issue is. My VCF is standard and I've used with other tools before. Any help would be appreciated.
I'm trying to use add_hom_refs_to_vcf.pl tool to add hom ref to a VCF file. I'm getting errors about chromosome names and I made changes according to the errors but I still get errors. Here is the errors and how I tried to debug them:
1- Error: Check chromosome name: ##fileformat=VCFv4.0
1- Debugging: I removed configs that were not 1-23.
2- I got the error again
2- Debugging: I added "chr" to the start of chromosome numbers.
3- I got the error again.
3- Debugging: I deleted VCF file header
4- Error changed to: Could not parse the fileformat version string [#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE], assuming VCFv4.2
Check chromosome name: OM
5- I removed Hash sign:
5- Could not parse the fileformat version string [CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE], assuming VCFv4.2
Broken VCF header, no column names?
I can't figure out what the issue is. My VCF is standard and I've used with other tools before. Any help would be appreciated.