Skip to content

Commit

Permalink
deps: pin pangolin version number to 4.0.2 without auto-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Apr 8, 2022
1 parent 79bddd1 commit 27e30d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SARS2seq/workflow/envs/Typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
- python=3.7
- libffi==3.3
- pangolin=3.1
- pangolin==4.0.2
- nextclade=1.10
- snakemake<=6.8.0
- pandas==1.3.5
Expand Down
3 changes: 1 addition & 2 deletions SARS2seq/workflow/workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,7 @@ rule update_typingtools:
shadow: "minimal"
shell:
"""
pangolin --update
pangolin --update
pangolin --update-data
nextclade dataset get --name='sars-cov-2' --output-dir='{output.nxc_dataset}'
"""

Expand Down

0 comments on commit 27e30d3

Please sign in to comment.