Skip to content

Commit

Permalink
Merge pull request #228 from nextstrain/nextclade2-dataset
Browse files Browse the repository at this point in the history
ingest: download Nextclade V2 dataset
  • Loading branch information
corneliusroemer authored Jan 18, 2024
2 parents 5d3a267 + ea10ec6 commit d51f608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingest/workflow/snakemake_rules/nextclade.smk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rule nextclade_dataset:
temp("mpxv.zip"),
shell:
"""
nextclade dataset get --name MPXV --output-zip {output}
nextclade2 dataset get --name MPXV --output-zip {output}
"""


Expand All @@ -13,7 +13,7 @@ rule nextclade_dataset_hMPXV:
temp("hmpxv.zip"),
shell:
"""
nextclade dataset get --name hMPXV --output-zip {output}
nextclade2 dataset get --name hMPXV --output-zip {output}
"""


Expand Down

0 comments on commit d51f608

Please sign in to comment.