Skip to content

Commit

Permalink
Update the phylogenetic data url to match ingest data url
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Feb 1, 2024
1 parent f9eff33 commit b6d3ccb
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 @@ -27,8 +27,8 @@ rule download:
sequences = "data/sequences.fasta.zst",
metadata = "data/metadata.tsv.zst"
params:
sequences_url = "https://data.nextstrain.org/files/zika/sequences.fasta.zst",
metadata_url = "https://data.nextstrain.org/files/zika/metadata.tsv.zst"
sequences_url = "https://data.nextstrain.org/files/workflows/zika/sequences.fasta.zst",
metadata_url = "https://data.nextstrain.org/files/workflows/zika/metadata.tsv.zst"
shell:
"""
curl -fsSL --compressed {params.sequences_url:q} --output {output.sequences}
Expand Down

0 comments on commit b6d3ccb

Please sign in to comment.