Skip to content
Snippets Groups Projects
Commit 61f72dad authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Remove Snakemake from original dockerfile

parent 45b4b709
No related branches found
No related tags found
No related merge requests found
......@@ -111,10 +111,9 @@ RUN conda install -c bioconda -c conda-forge \
scipy=1.1.0 \
&& conda clean -ay
# Install Whatshap and Snakemake
# Install Whatshap
RUN conda install -c bioconda -c conda-forge \
whatshap=0.17 \
snakemake=5.3.0 \
&& conda clean -ay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment