Skip to content

Commit

Permalink
fix: version nextclade in prepare_nextclade rule (dataset get) as well
Browse files Browse the repository at this point in the history
This was erroneously omitted by me in #1089
  • Loading branch information
corneliusroemer committed Jan 16, 2024
1 parent fe28d17 commit f79bb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/snakemake_rules/main_workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ rule prepare_nextclade:
conda: config["conda_environment"]
shell:
"""
nextclade --version
nextclade dataset get --name {params.name} --output-zip {output.nextclade_dataset}
nextclade2 --version
nextclade2 dataset get --name {params.name} --output-zip {output.nextclade_dataset}
"""

rule build_align:
Expand Down

0 comments on commit f79bb86

Please sign in to comment.