You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Plugin 'LoF' went wrong: /home/dgealow/.vep/Pluginsgerp_conservation_scores.homo_sapiens.GRCh38.bw does not exist at /home/dgealow/.vep/Plugins/gerp_dist.pl line 72.
Note that it seems to be concatenating the slash-less filepath of the plugin directory I provided with the default expected filename, without a slash in-between. This issue seems to stem from:
Have you solved this problem? I got the same error when using the GRCh37 version, but it worked fine in the GRCh38 version.
Alternatively, could the LoF v1.0.4 be used directly for b37 vcf?
The master branch works fine for b37 vcf, while the latest version of LoF seems to not support GRCh37. This error will disappear if I use the correct version. What do you think?
I'm getting an error:
Note that it seems to be concatenating the slash-less filepath of the plugin directory I provided with the default expected filename, without a slash in-between. This issue seems to stem from:
loftee/LoF.pm
Line 130 in a46b502
which I'm guessing should instead use
catdir
like the other path concatenations, something like this probably:The text was updated successfully, but these errors were encountered: