Skip to content

Commit

Permalink
Revert "Fetch Nextstrain Open build metadata and sequences from S3 in…
Browse files Browse the repository at this point in the history
…stead of over HTTPS."

This reverts commit 8e101b8.

I filed an issue upstream over this:

* nextstrain/ncov#909
  • Loading branch information
sacundim committed Apr 10, 2022
1 parent 8e101b8 commit 96b4f63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions puerto-rico_profiles/puerto-rico_open/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ custom_rules:

inputs:
- name: "open"
metadata: "s3://nextstrain-data/files/ncov/open/metadata.tsv.gz"
aligned: "s3://nextstrain-data/files/ncov/open/sequences.fasta.xz"
skip_sanitize_metadata: true
metadata: "https://data.nextstrain.org/files/ncov/open/metadata.tsv.gz"
aligned: "https://data.nextstrain.org/files/ncov/open/aligned.fasta.xz"

builds:
puerto-rico:
Expand Down

0 comments on commit 96b4f63

Please sign in to comment.