Skip to content

Commit

Permalink
Specify that .json and .json.gz are supported
Browse files Browse the repository at this point in the history
Narratives and Newick file descriptions specify file extensions. Do the
same for Auspice JSONs.
  • Loading branch information
victorlin committed Jan 4, 2025
1 parent c1877b8 commit 0c20fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auspice_client_customisation/splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SplashContent = (props) => {
<li>Auspice datasets (a main JSON plus any sidecars). See the
<a href="https://nextstrain.org/docs/bioinformatics/introduction-to-augur"> Nextstrain docs </a>
for how to run the bioinformatics tools to generate these datasets.
Note that it's possible to drag on multiple datasets, however at most two will be loaded, and it's not possible to control the ordering of these datasets!
Note that it's possible to drag on multiple datasets, however at most two will be loaded, and it's not possible to control the ordering of these datasets! Each JSON file can be uncompressed (<Bold>.json</Bold>) or gzip-compressed (<Bold>.json.gz</Bold>)
</li>
<li>A nextstrain narrative ending in <Bold>.md</Bold> and associated datasets (JSONs) - see the
<a href="https://docs.nextstrain.org/en/latest/tutorials/narratives-how-to-write.html"> Nextstrain docs </a>
Expand Down

0 comments on commit 0c20fec

Please sign in to comment.