Open KasitC opened 2 years ago
@KasitC I got exactly the same error. Have you had this problem fixed?
Thanks, Wendy
Same error.
I change vcf2maf.pl source code as follows:
before:
$vep_cmd .= ( $vep_script =~ m/vep$/ ? " --af_1kg --af_esp --af_gnomad" : " --maf_1kg --maf_esp" ) unless( $online );
after:
$vep_cmd .= ( $vep_script =~ m/vep$/ ? " --af_1kg --force_overwrite --af_gnomad" : " --maf_1kg --maf_esp" ) unless( $online );
and that work for me.
Hello,
I tried running vcf2maf but got this error, would you mind helping me with this?
Many thanks in advance!
Best wishes, Kasit