Skip to content

Commit

Permalink
nextclade: add dataset shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jan 9, 2024
1 parent f8b5493 commit 0c05325
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nextclade/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions nextclade/dataset_config/a/EPI_ISL_412866/pathogen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"shortcuts": [
"rsv_a",
"nextstrain/rsv/a",
"nextstrain/rsv/a/hRSV-A-England-397-2017"
]
}
7 changes: 7 additions & 0 deletions nextclade/dataset_config/b/EPI_ISL_1653999/pathogen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"shortcuts": [
"rsv_b",
"nextstrain/rsv/b",
"nextstrain/rsv/b/hRSV-B-Australia-VIC-RCH056-2019"
]
}

0 comments on commit 0c05325

Please sign in to comment.