mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user