Skip to content

Commit

Permalink
build-configs: Use hyphens for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Jan 26, 2024
1 parent 534751a commit 4043f03
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in the main Snakefile in the order that they are expected to run.
The build-configs directory contains custom configs and rules that override and/or
extend the default workflow.

- [nextstrain_automation](build-configs/nextstrain_automation/) - automated internal Nextstrain builds.
- [nextstrain-automation](build-configs/nextstrain-automation/) - automated internal Nextstrain builds.


## Vendored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Custom rules to run as part of the Nextstrain automated workflow
# The paths should be relative to the ingest directory.
custom_rules:
- build-configs/nextstrain_automation/upload.smk
- build-configs/nextstrain-automation/upload.smk

# Nextstrain CloudFront domain to ensure that we invalidate CloudFront after the S3 uploads
# This is required as long as we are using the AWS CLI for uploads
Expand Down
2 changes: 1 addition & 1 deletion nextclade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ in the main Snakefile in the order that they are expected to run.
The build-configs directory contains custom configs and rules that override and/or
extend the default workflow.

- [test_dataset](build-configs/test_dataset/) - build to test new Nextclade dataset
- [test-dataset](build-configs/test-dataset/) - build to test new Nextclade dataset
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Custom rules to run as part of the testing workflow
# The paths should be relative to the phylogenetic directory.
custom_rules:
- build-configs/test_dataset/test_dataset.smk
- build-configs/test-dataset/test_dataset.smk

0 comments on commit 4043f03

Please sign in to comment.