Skip to content

Commit

Permalink
fix: expand builds section description
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Mar 29, 2022
1 parent 95d9f37 commit da49a0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/tutorial/custom-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ This is the same as the previous file, with some additions:
1. A second input for the custom data, referencing the metadata and sequences files downloaded from GISAID.
2. A ``builds`` section that defines one output :term:`docs.nextstrain.org:dataset` using:

1. A custom name ``custom-build``
2. A custom title ``Build with custom data and example data``
3. A pre-defined subsampling scheme ``all`` (TODO: add doc link)
4. An Auspice config file with the contents:
1. A custom name ``custom-build``, which will be used to create the dataset filename, in this case ``auspice/ncov_custom-build.json``.
2. A custom title ``Build with custom data and example data``, which will be shown when you visualize the dataset in Auspice.
3. A pre-defined subsampling scheme ``all``, which tells the workflow to skip subsampling. (TODO: add doc link)
4. An Auspice config file, ``ncov-tutorial/auspice-config-custom-data.json``, which defines various parameters for how the data should be visualized in Auspice. It has the following contents:

.. code-block:: json
Expand Down

0 comments on commit da49a0a

Please sign in to comment.