Skip to content

Commit

Permalink
added mamba to env
Browse files Browse the repository at this point in the history
  • Loading branch information
tpillone committed May 11, 2021
1 parent 5889411 commit c839fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN conda config --add channels conda-forge && \
conda config --add channels default

# download and install covpipe
RUN git clone https://github.com/metagenlab/GENCOV.git && echo OK9
RUN git clone https://github.com/metagenlab/GENCOV.git && echo OK10
WORKDIR /GENCOV
RUN bash ncov_minipipe.conda.setup/setup_env.sh && /GENCOV/covpipe_environment/bin/snakemake -s /GENCOV/ncov_minipipe.snake --cores 16 --use-conda --conda-prefix /GENCOV/.snakemake/conda --configfile /GENCOV/ncov_minipipe.config --conda-create-envs-only && conda clean -a

Expand Down
1 change: 1 addition & 0 deletions ncov_minipipe.conda.setup/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ update_conda_or_install(){
-c conda-forge -c bioconda -c defaults \
"python>=3.6.0" \
"snakemake>=5.26" \
"mamba" \
strictyaml \
-ymp "${ENVPATH}"
}
Expand Down

0 comments on commit c839fd1

Please sign in to comment.