We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea944d5 commit 3a72359Copy full SHA for 3a72359
1 file changed
utils/quick_install.sh
@@ -183,7 +183,7 @@ else
183
184
VPIPEENV=V-pipe
185
# HACK Alternate to consider if we have have version conflicts
186
- mamba create --yes -n ${VPIPEENV} -c conda-forge -c bioconda snakemake-minimal mamba conda git || fail "I cannot install snakemake in environment ${VPIPEENV}."
+ mamba create --yes -n ${VPIPEENV} -c conda-forge -c bioconda "snakemake-minimal<8" mamba conda git || fail "I cannot install snakemake in environment ${VPIPEENV}."
187
conda activate ${VPIPEENV}
188
fi
189
0 commit comments