Skip to content

Commit 9cac7a4

Browse files
committed
Declare phylo workflows for nextstrain run
Use the `nextstrain-pathogen.yaml` to list the available phylogenetic workflows for `nextstrain run`. Requires changes from <nextstrain/cli#462> to properly use the correct Snakefile and configfile for each workflow.
1 parent a882720 commit 9cac7a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

nextstrain-pathogen.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@
66
compatibility:
77
nextstrain run:
88
ingest: ~
9+
phylogenetic/all-clades:
10+
snakefile: phylogenetic/Snakefile
11+
configfile: phylogenetic/defaults/mpxv/config.yaml
12+
phylogenetic/clade-I:
13+
snakefile: phylogenetic/Snakefile
14+
configfile: phylogenetic/defaults/clade-i/config.yaml
15+
phylogenetic/clade-IIb:
16+
snakefile: phylogenetic/Snakefile
17+
configfile: phylogenetic/defaults/hmpxv1/config.yaml
18+
phylogenetic/lineage-B.1:
19+
snakefile: phylogenetic/Snakefile
20+
configfile: phylogenetic/defaults/hmpxv1_big/config.yaml

0 commit comments

Comments
 (0)