diff --git a/nextclade/Snakefile b/nextclade/Snakefile index 7626acf..0118640 100644 --- a/nextclade/Snakefile +++ b/nextclade/Snakefile @@ -257,7 +257,7 @@ rule virus_specific_jsons: input: auspice_config= "config/auspice_config.json", pathogen = "config/pathogen.json", - additional_pathogen="config/pathogen.json", + additional_pathogen="dataset_config/{a_or_b}/{reference}/pathogen.json", output: pathogen = "build/{a_or_b}/{reference}/pathogen.json", auspice = "build/{a_or_b}/{reference}/auspice_config.json", diff --git a/nextclade/dataset_config/a/EPI_ISL_412866/pathogen.json b/nextclade/dataset_config/a/EPI_ISL_412866/pathogen.json new file mode 100644 index 0000000..1cd47bc --- /dev/null +++ b/nextclade/dataset_config/a/EPI_ISL_412866/pathogen.json @@ -0,0 +1,7 @@ +{ + "shortcuts": [ + "rsv_a", + "nextstrain/rsv/a", + "nextstrain/rsv/a/hRSV-A-England-397-2017" + ] +} \ No newline at end of file diff --git a/nextclade/dataset_config/b/EPI_ISL_1653999/pathogen.json b/nextclade/dataset_config/b/EPI_ISL_1653999/pathogen.json new file mode 100644 index 0000000..515f414 --- /dev/null +++ b/nextclade/dataset_config/b/EPI_ISL_1653999/pathogen.json @@ -0,0 +1,7 @@ +{ + "shortcuts": [ + "rsv_b", + "nextstrain/rsv/b", + "nextstrain/rsv/b/hRSV-B-Australia-VIC-RCH056-2019" + ] +} \ No newline at end of file