diff --git a/vcfanno/crg.vcfanno_hg38.conf b/vcfanno/crg.vcfanno_hg38.conf index af5d3d4..cbd95a4 100644 --- a/vcfanno/crg.vcfanno_hg38.conf +++ b/vcfanno/crg.vcfanno_hg38.conf @@ -184,3 +184,9 @@ columns = [9] names = ["AlphaMissense"] ops=["first"] +#GreenDB +[[annotation]] +file="GRCh38_GREEN-DB.bed.gz" +columns = [5,9,13] +names = ["GreenDB_variant_type", "GreenDB_closest_gene", "GreenDB_controlled_gene"] +ops=["self", "self", "self"]