Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recently learned that Snakemake no longer overwrites the entire config when providing nested config values via the `--config` option.¹ This allows us to remove the set-branch-ingest-config script and directly set branch config values via the command line option in our GitHub Action workflows. I've opted to use `jq` to interpolate the branch name into the S3_DST because I didn't want to fiddle with escaping quotes in the JSON string. ¹ nextstrain/dengue#13 (comment)
- Loading branch information