Skip to content

Commit

Permalink
Update ingest github action for lassa
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jul 9, 2024
1 parent 49c9419 commit 874b2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ on:
trial_name:
description: |
Trial name for outputs.
If not set, outputs will overwrite files at s3://nextstrain-data/files/workflows/dengue/
If set, outputs will be uploaded to s3://nextstrain-data/files/workflows/dengue/trials/<trial_name>/
If not set, outputs will overwrite files at s3://nextstrain-data/files/workflows/lassa/
If set, outputs will be uploaded to s3://nextstrain-data/files/workflows/lassa/trials/<trial_name>/
required: false
type: string

Expand All @@ -43,7 +43,7 @@ jobs:
config=""
if [[ "$TRIAL_NAME" ]]; then
config+="--config"
config+=" s3_dst='s3://nextstrain-data/files/workflows/dengue/trials/"$TRIAL_NAME"'"
config+=" s3_dst='s3://nextstrain-data/files/workflows/lassa/trials/"$TRIAL_NAME"'"
fi
echo "config=$config" >> "$GITHUB_OUTPUT"
Expand Down
2 changes: 1 addition & 1 deletion ingest/build-configs/nextstrain-automation/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cloudfront_domain: "data.nextstrain.org"

# Nextstrain AWS S3 Bucket with pathogen prefix
# Replace <pathogen> with the pathogen repo name.
s3_dst: "s3://nextstrain-data/files/workflows/<pathogen>"
s3_dst: "s3://nextstrain-data/files/workflows/lassa"

# Mapping of files to upload
files_to_upload:
Expand Down

0 comments on commit 874b2f4

Please sign in to comment.