varsim icon indicating copy to clipboard operation
varsim copied to clipboard

Docker image does not contain necessary python env

Open gabeng opened this issue 1 year ago • 0 comments

Hi,

first of all, the public docker image is highly appreciated! I just noticed that it does not contain the python environment to run scripts like generate_small_test_ref.py.

I had to install Miniconda2 and python 2.7 in the docker image to do that:

wget https://repo.anaconda.com/miniconda/Miniconda2-4.7.12.1-Linux-x86_64.sh --no-check-certificate
chmod +x Miniconda2-4.7.12.1-Linux-x86_64.sh
./Miniconda2-4.7.12.1-Linux-x86_64.sh
source ~/.bashrc
conda install -c conda-forge -c bioconda python=2.7 numpy pysam pyvcf pybedtools

gabeng avatar Apr 25 '24 07:04 gabeng