We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VEP
gnomADg_AF
gnomADe_AF
gnomAD_AF
until the issue is fixed in the querynator you can simply alter the annotation field string in your vcf from gnomADg_AF to gnomAD_AF:
bcftools view -Ov INFILE.vcf.gz | sed "s/gnomADg_AF/gnomAD_AF/g" | bcftools view -Oz -o OUTFILE.vcf.gz
No response
The text was updated successfully, but these errors were encountered:
apply changes for all samples in samplesheet:
parallel --bar --skip-first-line --colsep , "bcftools view -Ov {2} | sed 's/gnomADg_AF/gnomAD_AF/g' | bcftools view -Oz -o {2}" :::: samplesheet.csv
Sorry, something went wrong.
No branches or pull requests
Description of the bug
VEP
gnomADg_AF
andgnomADe_AF
respectivelygnomAD_AF
anymore (see vep option docs and a search on the vep website yielding no results)until the issue is fixed in the querynator you can simply alter the annotation field string in your vcf from
gnomADg_AF
tognomAD_AF
:Command used and terminal output
No response
System information
No response
The text was updated successfully, but these errors were encountered: