Skip to content

Commit

Permalink
Switch to uncached dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Feb 26, 2024
1 parent 336b1e7 commit 6bf0d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phylogenetic/rules/prepare_sequences.smk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ rule download:
sequences = "data/sequences_{serotype}.fasta.zst",
metadata = "data/metadata_{serotype}.tsv.zst"
params:
sequences_url = "https://data.nextstrain.org/files/dengue/sequences_{serotype}.fasta.zst",
metadata_url = "https://data.nextstrain.org/files/dengue/metadata_{serotype}.tsv.zst"
sequences_url = "https://data.nextstrain.org/files/workflows/dengue/sequences_{serotype}.fasta.zst",
metadata_url = "https://data.nextstrain.org/files/workflows/dengue/metadata_{serotype}.tsv.zst"
shell:
"""
curl -fsSL --compressed {params.sequences_url:q} --output {output.sequences}
Expand Down

0 comments on commit 6bf0d18

Please sign in to comment.