diff --git a/ingest/README.md b/ingest/README.md index 3d8c451..5d0bb0f 100644 --- a/ingest/README.md +++ b/ingest/README.md @@ -31,7 +31,7 @@ This will produce two files (within the `ingest` directory): Run the complete ingest pipeline and upload results to AWS S3 with ```sh -nextstrain build . --configfiles config/config.yaml config/optional.yaml +nextstrain build . --configfiles defaults/config.yaml defaults/optional.yaml ``` ### Adding new sequences not from GenBank @@ -57,12 +57,12 @@ Do the following to include sequences from static FASTA files. !ingest/data/{file-name}.ndjson ``` -3. Add the `file-name` (without the `.ndjson` extension) as a source to `ingest/config/config.yaml`. This will tell the ingest pipeline to concatenate the records to the GenBank sequences and run them through the same transform pipeline. +3. Add the `file-name` (without the `.ndjson` extension) as a source to `ingest/defaults/config.yaml`. This will tell the ingest pipeline to concatenate the records to the GenBank sequences and run them through the same transform pipeline. ## Configuration -Configuration takes place in `config/config.yaml` by default. -Optional configs for uploading files and Slack notifications are in `config/optional.yaml`. +Configuration takes place in `defaults/config.yaml` by default. +Optional configs for uploading files and Slack notifications are in `defaults/optional.yaml`. ### Environment Variables diff --git a/phylogenetic/README.md b/phylogenetic/README.md index 2f6b082..8076c18 100644 --- a/phylogenetic/README.md +++ b/phylogenetic/README.md @@ -48,7 +48,7 @@ Alternatively, you can run the build using the example data provided in this repository. To run the build by copying the example sequences into the `data/` directory, use the following: - nextstrain build . --configfile profiles/ci/profiles_config.yaml + nextstrain build . --configfile build-configs/ci/profiles_config.yaml [Nextstrain]: https://nextstrain.org [augur]: https://docs.nextstrain.org/projects/augur/en/stable/