diff --git a/src/reference/data-formats.rst b/src/reference/data-formats.rst index 359201e..2db1329 100644 --- a/src/reference/data-formats.rst +++ b/src/reference/data-formats.rst @@ -8,7 +8,9 @@ Data formats TSV === -Nextstrain generally uses TSV files for metadata. +Nextstrain strongly prefers using TSV files for metadata even though Augur commands support other delimiters as inputs. +If you are using other formats, we recommend using :doc:`augur curate passthru ` to convert them to TSV. + Nextstrain tools and workflows produce `RFC 4180 CSV-like TSVs `__. When using `csvtk `__