Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't locate object method "prepare" via package "false" #73

Open
olszewskip opened this issue Nov 24, 2020 · 10 comments
Open

Can't locate object method "prepare" via package "false" #73

olszewskip opened this issue Nov 24, 2020 · 10 comments

Comments

@olszewskip
Copy link

Hello!
I'm running vep locally via docker, and I'm getting a lot of warnings like this one

WARNING: Plugin 'LoF' went wrong: Can't locate object method "prepare" via package "false" (perhaps you forgot to load "false"?) at /data/vep-plugins/VEP_plugins/gerp_dist.pl line 129, <$fh> line 22595.

(e.g. 252 such warnings in WES chr12, 100 in WES chr20).

Do You have any hints as to what they mean and how worried should I be?
Do those warnings mean that my output produced by vep+LOFTEE is completely/mostly meaningless?

@konradjk
Copy link
Owner

Hmm, how are you invoking loftee? Also, is this GRCh37 or 38?

@olszewskip
Copy link
Author

vep \
  --plugin LoF,loftee_path:/data/vep-plugins/loftee/loftee,human_ancestor_fa:/data/vep-plugins/loftee/human_ancestor.fa.gz \
  --assembly GRCh38 \
  --dir_plugins /data/vep-plugins/VEP_plugins

among other flags.
The input is GRCh38, vcf4.2

@konradjk
Copy link
Owner

Are you running from the https://github.com/konradjk/loftee/tree/grch38 branch?

@olszewskip
Copy link
Author

No, the master branch actually.

@konradjk
Copy link
Owner

Ah, for GRCh38, definitely need to use the corresponding branch (master is very broken for 38)

@davmlaw
Copy link

davmlaw commented May 18, 2022

I think master being broken for GRCh38 needs to be added to the README on the front page

GRCh38 is the latest human reference and should be considered the default

@Frieda-Hermine
Copy link

Frieda-Hermine commented Dec 5, 2022

Hi there,

I am getting the same error message while trying to not use an ancestral file, as suggested in "If this flag is set to 'false', the ancestral allele will not be checked and filtered."

How would I set the flag to false?

Like this:
vep -i file.vcf.gz --plugin LoF,loftee_path:./vep/loftee/,human_ancestor_fa:'false' [...]?

Thank you!

PS: And does loftee still run successfully even with the error message?

@sph17
Copy link

sph17 commented Jan 10, 2023

Hi there,

I am running VEP on GRCh38, and I'm wondering if Loftee master branch is still very broken for it?

Thank you!

@bgorissen
Copy link

You may get this error if you don't pass a conservation_file.

@bbazsi41
Copy link

bbazsi41 commented Jan 5, 2024

Hi all.

Is there any solution for this error? Unfortunately I could not find anything and I am getting this same warning message all the time.
Does anybody have some solution to this?

Thanks,
Balazs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants