--Hi all,
i use SnpSift annotate to add gnomad field with:
java -jar SnpSift.jar annotate -noId -tabix -info AF -name gnomad. gnomad.exomes.r2.1.1.gz InDels_only.vcf.gz > gnomad_InDels_only.vcf
but in the results i have rows with the field added and others rows with no field added, i want to add a default field when no match exist with gnomad database.
For example default field "gnomad.AF=0" added for input rows with no match.
thank you --
--Hi all,
i use SnpSift annotate to add gnomad field with:
java -jar SnpSift.jar annotate -noId -tabix -info AF -name gnomad. gnomad.exomes.r2.1.1.gz InDels_only.vcf.gz > gnomad_InDels_only.vcf
but in the results i have rows with the field added and others rows with no field added, i want to add a default field when no match exist with gnomad database.
For example default field "gnomad.AF=0" added for input rows with no match.
thank you --