Thanks. I am trying to get this on the maf from the vcf. So the command I am using is:
vcf2maf.pl --input-vcf .vcf --output-maf .vcf.maf --vep-path $VEP_HOME --tumor-id .vcf --vep-data $VEPCACHEDIR --ref-fasta Homo_sapiens_assembly38.fasta --vep-forks 2 --species human --retain-info AB,ABP,AC,tAF --inhibit-vep
However, the columns for AB,ABP,AC,tAF are blank. I am really trying to work with a maf as I have so many samples and need to match columns with merged mafs, as well as get rid of AF's that are above and below a certain threshold for the entire lot.