Skip to content

Commit

Permalink
Update mpox genbank file paths (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
danrlu authored Aug 16, 2024
1 parent dec5228 commit 69c78a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .happy/terraform/modules/sfn_config/genbank-mpx.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ workflow LoadGenBankMPX {
String aws_region = "us-west-2"
String genepi_config_secret_name
String remote_dev_prefix = ""
String genbank_metadata_url = "https://data.nextstrain.org/files/workflows/monkeypox/metadata.tsv.gz"
String genbank_alignment_url = "https://data.nextstrain.org/files/workflows/monkeypox/alignment.fasta.xz"
String genbank_metadata_url = "https://data.nextstrain.org/files/workflows/mpox/metadata.tsv.gz"
String genbank_alignment_url = "https://data.nextstrain.org/files/workflows/mpox/alignment.fasta.xz"
}

call IngestGenBankMPX {
Expand Down

0 comments on commit 69c78a2

Please sign in to comment.