We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2ad8a commit ce1138fCopy full SHA for ce1138f
phylogenetic/README.md
@@ -5,11 +5,16 @@ that can be visualized in Auspice.
5
6
## Workflow Usage
7
8
-The workflow can be run from the top level directory:
+The workflow to execute the global build can be run from the top level directory:
9
```
10
nextstrain build phylogenetic
11
12
13
+The workflow to execute the Washington focused build can also be run from the top level directory:
14
+```
15
+nextstrain build phylogenetic --configfile build-configs/washington-state/config.yaml
16
17
+
18
Alternatively, the workflow can also be run from within the phylogenetic directory:
19
20
cd phylogenetic
0 commit comments