Skip to content

Commit

Permalink
doc: fix typo variant_classification -> variant_classifications
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 27, 2023
1 parent b0864f5 commit 66b6d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ To run pipeline for all available data generated by ingest:
nextstrain build .
```

To run the pipeline for specific data provenance, variant classification and geo resolution (e.g. gisaid, nextstrain_clades and global only):
To run the pipeline for specific data provenance, variant classifications and geo resolution (e.g. gisaid, nextstrain_clades and global only):

```bash
nextstrain build . --configfile config/config.yaml --config data_provenances=gisaid variant_classification=nextstrain_clades geo_resolutions=global
nextstrain build . --configfile config/config.yaml --config data_provenances=gisaid variant_classifications=nextstrain_clades geo_resolutions=global
```

### Optional uploads
Expand Down

0 comments on commit 66b6d7f

Please sign in to comment.