diff --git a/src/tutorials/creating-a-pathogen-repo/creating-an-ingest-workflow.rst b/src/tutorials/creating-a-pathogen-repo/creating-an-ingest-workflow.rst index 6cad602b..22e7dfce 100644 --- a/src/tutorials/creating-a-pathogen-repo/creating-an-ingest-workflow.rst +++ b/src/tutorials/creating-a-pathogen-repo/creating-an-ingest-workflow.rst @@ -414,7 +414,7 @@ If you write a custom script that follows the same pattern, you can add your scr curation pipeline before the final ``augur curate apply-record-annotations`` command. A typical pathogen-specific step for curation is the standardization of strain names since pathogens usually have different naming conventions -(e.g. `influenza `_ vs `measles `_). +(e.g. `influenza `_ vs `measles `_). For example, we've added a step in the curation pipeline to normalize the strain names for the `Zika ingest workflow `_. 1. We added a `custom Python script `_