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

Docker image does not contain necessary python env #277

Open
gabeng opened this issue Apr 25, 2024 · 0 comments
Open

Docker image does not contain necessary python env #277

gabeng opened this issue Apr 25, 2024 · 0 comments

Comments

@gabeng
Copy link

gabeng commented Apr 25, 2024

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
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

1 participant