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 29, 2024
1 parent f2f3581 commit 1f22128
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
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
2 changes: 2 additions & 0 deletions phylogenetic/build-configs/ci/profiles_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
custom_rules:
- build-configs/ci/copy_example_data.smk
2 changes: 0 additions & 2 deletions phylogenetic/profiles/ci/profiles_config.yaml

This file was deleted.

0 comments on commit 1f22128

Please sign in to comment.