Skip to content

Commit

Permalink
Merge pull request #46 from RIVM-bioinformatics/dev
Browse files Browse the repository at this point in the history
fixate pangolin version
  • Loading branch information
florianzwagemaker authored Apr 8, 2022
2 parents eb1ac2b + 27e30d3 commit 3554b60
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 3554b60

Please sign in to comment.