Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
current bug in snakemake 7 causes conda environments to build simultaneously within cluster jobs snakemake/snakemake#1463
  • Loading branch information
williamrowell committed Mar 10, 2022
1 parent 0be3d23 commit c1544f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Expand Up @@ -40,7 +40,7 @@ $ conda create \
--channel bioconda \
--channel conda-forge \
--prefix ./conda_env \
python=3 snakemake mamba lockfile
python=3 snakemake=6 mamba lockfile

# activate the base conda environment
$ conda activate ./conda_env
Expand Down

0 comments on commit c1544f1

Please sign in to comment.