Skip to content

Error asking to clean VCF, which I already did #6

@shafiqnoa

Description

@shafiqnoa

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions