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 2deb50cf..8b6ca5c8 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 @@ -466,4 +466,5 @@ Next steps ========== * Learn more about :doc:`augur curate commands ` -* Learn how to create a phylogenetic workflow (TKTK) +* We are planning to write another detailed tutorial for creating a phylogenetic workflow, + but until that is ready you can follow the :doc:`simple phylogenetic workflow tutorial <../creating-a-phylogenetic-workflow>`. diff --git a/src/tutorials/using-a-pathogen-repo/running-an-ingest-workflow.rst b/src/tutorials/using-a-pathogen-repo/running-an-ingest-workflow.rst index 29a1c06f..f050d556 100644 --- a/src/tutorials/using-a-pathogen-repo/running-an-ingest-workflow.rst +++ b/src/tutorials/using-a-pathogen-repo/running-an-ingest-workflow.rst @@ -294,4 +294,7 @@ Next steps $ mv ingest/results/* phylogenetic/data/ $ nextstrain build phylogenetic + If you've customized the ingest workflow then you may need to modify the phylogenetic workflow to use the new ingested data file. + We are planning to write another tutorial to cover other modifications to your phylogenetic workflow. + * :doc:`Learn how to create an ingest workflow `