Skip to content

Commit

Permalink
Merge pull request #805 from maxplanck-ie/dev_adRn
Browse files Browse the repository at this point in the history
Mamba built-in
  • Loading branch information
adRn-s committed Mar 11, 2022
2 parents 9c943f9 + a932368 commit 81de01e
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 228 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Snakepipes is a set of Snakemake workflows which use conda for installation and

Afterward, simply run the following:

``conda create -n snakePipes -c mpi-ie -c bioconda -c conda-forge snakePipes``
``conda install mamba -c conda-forge && mamba create -n snakePipes -c mpi-ie -c bioconda -c conda-forge snakePipes``

This will create a new conda environment called "snakePipes" into which snakePipes is installed. You will then need to create the conda environments needed by the various workflows. To facilitate this we provide the `snakePipes` commands:

Expand Down

0 comments on commit 81de01e

Please sign in to comment.