Skip to content

Commit 3a72359

Browse files
committed
[hack] temporary fix for snakemake 8
- one last mention in installer left over from 25fd3a9
1 parent ea944d5 commit 3a72359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/quick_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ else
183183

184184
VPIPEENV=V-pipe
185185
# 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}."
186+
mamba create --yes -n ${VPIPEENV} -c conda-forge -c bioconda "snakemake-minimal<8" mamba conda git || fail "I cannot install snakemake in environment ${VPIPEENV}."
187187
conda activate ${VPIPEENV}
188188
fi
189189

0 commit comments

Comments
 (0)