docs: point Snakemake deploy tag and env file to release 2.4.0

Update the snakedeploy --tag and the alphapulldown.yaml env URL from 2.1.8 to
the new 2.4.0 release.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dima Molodenskiy
2026-05-21 10:30:53 +02:00
committed by Dima
parent 4c3e83ce78
commit 4577f56b2f

View File

@@ -12,7 +12,7 @@ Install required dependencies:
```bash
conda env create \
-n snake \
-f https://raw.githubusercontent.com/KosinskiLab/AlphaPulldownSnakemake/2.1.8/workflow/envs/alphapulldown.yaml
-f https://raw.githubusercontent.com/KosinskiLab/AlphaPulldownSnakemake/2.4.0/workflow/envs/alphapulldown.yaml
conda activate snake
```
@@ -28,7 +28,7 @@ Create a new processing directory for your project:
snakedeploy deploy-workflow \
https://github.com/KosinskiLab/AlphaPulldownSnakemake \
AlphaPulldownSnakemake \
--tag 2.1.8
--tag 2.4.0
cd AlphaPulldownSnakemake
```