Skip to content

Commit 4d02025

Browse files
DimaMolodclaude
andcommitted
docs: point release docs at AlphaPulldownSnakemake 2.5.1
Update the conda env-file URL and the snakedeploy --tag in the README to the 2.5.1 release tag. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e774b0e commit 4d02025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Create and activate the conda environment:
1010
```bash
1111
conda env create \
1212
-n snake \
13-
-f https://raw.githubusercontent.com/KosinskiLab/AlphaPulldownSnakemake/2.5.0/workflow/envs/alphapulldown.yaml
13+
-f https://raw.githubusercontent.com/KosinskiLab/AlphaPulldownSnakemake/2.5.1/workflow/envs/alphapulldown.yaml
1414
conda activate snake
1515
```
1616

@@ -28,7 +28,7 @@ Create a new processing directory for your project:
2828
snakedeploy deploy-workflow \
2929
https://github.com/KosinskiLab/AlphaPulldownSnakemake \
3030
AlphaPulldownSnakemake \
31-
--tag 2.5.0
31+
--tag 2.5.1
3232
cd AlphaPulldownSnakemake
3333
```
3434

0 commit comments

Comments
 (0)