Entering edit mode
3.5 years ago
Filago
▴
100
Hello,
I want to use the +fixref-plugin in BCFTOOLS. I already installed BCFTOOLS and used some "normal" commands. However when I want to use the +fixref command, the following issue arises:
No functional bcftools plugins were found. The environment variable BCFTOOLS_PLUGINS is not set
and no usable plugins were found in /usr/local/libexec/bcftools.
Do you know, how to solve this issue? Do I need to install fixref (how, from where...)?
Best,
Andreas
When you compile bcftools you need to set a environmental variable
export BCFTOOLS_PLUGINS=/path/to/bcftools/plugins
the message said
did you set this BCFTOOLS_PLUGINS variable ? https://samtools.github.io/bcftools/howtos/plugins.html