-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I get the following error,
Please use the following command to clean your VCF file and then re-run checkVCF.py
(grep ^"#" $your_old_vcf; grep -v ^"#" $your_old_vcf | sed 's:^chr::ig' | sort -k1,1n -k2,2n) | bgzip -c > $your_vcf_file
Not sure how to fix this. This code does not do anything.
I am trying to check against hg38 version. Therefore, chromosomes were coded as in hg38.fa file. I see that the same VCF file works when chromosomes were coded continuously but does not serve the purpose. Please suggest how I can solve this problem. I aim to perform imputation.
Metadata
Metadata
Assignees
Labels
No labels