From 797da195d4a37cd5bf6426690acc9d6180fede00 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 17 Jan 2024 14:35:36 -0800 Subject: [PATCH] customizations: rename defaults.yaml to config.yaml Reduce confusion of the use of the customizations' config files. They are to be seen as additional custom configs on top of the default configs. Stems from discussion with @j23414 for review of nextstrain/dengue#15. --- .../nextstrain_automation/{defaults.yaml => config.yaml} | 0 .../customizations/test_dataset/{defaults.yaml => config.yaml} | 0 phylogenetic/customizations/ci/{defaults.yaml => config.yaml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ingest/customizations/nextstrain_automation/{defaults.yaml => config.yaml} (100%) rename nextclade/customizations/test_dataset/{defaults.yaml => config.yaml} (100%) rename phylogenetic/customizations/ci/{defaults.yaml => config.yaml} (100%) diff --git a/ingest/customizations/nextstrain_automation/defaults.yaml b/ingest/customizations/nextstrain_automation/config.yaml similarity index 100% rename from ingest/customizations/nextstrain_automation/defaults.yaml rename to ingest/customizations/nextstrain_automation/config.yaml diff --git a/nextclade/customizations/test_dataset/defaults.yaml b/nextclade/customizations/test_dataset/config.yaml similarity index 100% rename from nextclade/customizations/test_dataset/defaults.yaml rename to nextclade/customizations/test_dataset/config.yaml diff --git a/phylogenetic/customizations/ci/defaults.yaml b/phylogenetic/customizations/ci/config.yaml similarity index 100% rename from phylogenetic/customizations/ci/defaults.yaml rename to phylogenetic/customizations/ci/config.yaml