how to install conda bcftools +fill-tags plugin ?
1
1
Entering edit mode
2.7 years ago
Daniel ▴ 10

Hi,

I am very new to bioinformatics but I wanted to know is there a way to install bcftools +fill-tags plugin in conda env. Please consider that when I check my env there is not a bcftools folder and subsequently the plugin folder as instructed in the GitHub?

Any help is highly appreciated.

Thanks

bcftools • 2.3k views
ADD COMMENT
0
Entering edit mode

Conda command here.

conda create --name myenv  
conda activate myenv
conda install -c bioconda bcftools
ADD REPLY
0
Entering edit mode

Thanks, I knew this and had been done! If you look at the question it says plugin more specifically +fill-tags. Any idea on that!

ADD REPLY
1
Entering edit mode
7 weeks ago
LChart 3.9k

Just poked around this myself, putting an answer for posterity. When installing from conda, the bcftools plugins are in $CONDA_PATH/envs/$ENV/libexec/bcftools so for me

BCFTOOLS_PLUGINS="${HOME}/miniconda3/envs/pysam/libexec/bcftools" bcftools plugin dosage

works like a charm.

ADD COMMENT

Login before adding your answer.

Traffic: 3161 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6