This bug has always existed. It happens because maf2maf uses maf2vcf to create a deduplicated multi-sample VCF for VEP, and FILTER tags are necessarily merged across samples. The solution might be to add FILTER as one of the arguments to --retain-cols.
This bug has always existed. It happens because
maf2mafusesmaf2vcfto create a deduplicated multi-sample VCF for VEP, andFILTERtags are necessarily merged across samples. The solution might be to addFILTERas one of the arguments to--retain-cols.