Skip to content

Commit

Permalink
deps: update Nextclade to newer (lenient) version 2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Aug 11, 2022
1 parent 8a8059e commit d5b90e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SARS2seq/workflow/envs/Typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- python=3.7
- libffi==3.3
- pangolin==4.0.2
- nextclade=1.10
- nextclade=2.4
- snakemake<=6.8.0
- pandas==1.3.5
- usher
Expand Down
2 changes: 1 addition & 1 deletion SARS2seq/workflow/workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ rule Typing:
shell:
"""
nextclade run \
{input.fasta} \
--input-dataset '{input.nc_dataset}' \
--input-fasta '{input.fasta}' \
--output-csv '{output.nextc}' > {log} 2>&1
pangolin \
{input.fasta} \
Expand Down

0 comments on commit d5b90e2

Please sign in to comment.