Skip to content

Commit ce1138f

Browse files
authored
Update README.md run workflow for global and WA builds.
Update README.md how to run phylogenetic workflow for global and WA focused builds.
1 parent de2ad8a commit ce1138f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phylogenetic/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ that can be visualized in Auspice.
55

66
## Workflow Usage
77

8-
The workflow can be run from the top level directory:
8+
The workflow to execute the global build can be run from the top level directory:
99
```
1010
nextstrain build phylogenetic
1111
```
1212

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+
1318
Alternatively, the workflow can also be run from within the phylogenetic directory:
1419
```
1520
cd phylogenetic

0 commit comments

Comments
 (0)