Skip to content

Commit

Permalink
For CI config files, we will use the directory "build-configs" instea…
Browse files Browse the repository at this point in the history
…d of "profiles".

This is consistent with the pathogen-repo-guide.

https://github.com/nextstrain/pathogen-repo-guide/tree/5509de0e315eb6acae513d2df4dfab874ff289b5/phylogenetic/build-configs/ci

However, note that the `ingest/profiles` does not need to be renamed because
it's actually using the Snakemake Profiles feature.

https://github.com/snakemake-profiles/doc
  • Loading branch information
j23414 committed Feb 28, 2024
1 parent efa9295 commit 7377e53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
nextstrain build \
phylogenetic \
--configfile profiles/ci/profiles_config.yaml
--configfile build-configs/ci/profiles_config.yaml
artifact-name: output-${{ matrix.runtime }}
artifact-paths: |
phylogenetic/auspice/
Expand Down

0 comments on commit 7377e53

Please sign in to comment.