From dd584f028205911b5a3c66f74c6490c484d3582a Mon Sep 17 00:00:00 2001 From: kylacochrane Date: Fri, 1 Nov 2024 12:35:34 -0400 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10d6fd7..1f86cb6 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,11 @@ Note that any address levels present in the additional databases but absent from - `--db_clusters`: Specifies the path to the database containing cluster addresses for additional samples in tab-separated format. To ensure compatibility, the database structure must adhere to the expected header format corresponding to the samples included in the input samplesheet: -| id | address | level_1 | level_2 | ... | level_n | -| ------- | ------- | ------- | ------- | --- | ------- | -| sampleA | 1.1.1 | 1 | 1 | ... | 1 | -| sampleB | 1.1.2 | 1 | 1 | ... | 2 | -| sampleC | 2.1.1 | 2 | 1 | ... | 1 | +| id | address | +| ------- | ------- | +| sampleA | 1.1.1 | +| sampleB | 1.1.2 | +| sampleC | 2.1.1 | _Note: To add additional reference samples to the pipeline, both `--db_profiles` and `--db_clusters` must be provided together, and all `sample_id`'s in `--db_profiles` must match the `id`'s in `--db_clusters`_