Skip to content

Commit

Permalink
Merge pull request #902: Add Nextclade section on splash
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jun 13, 2024
2 parents 0066127 + 3878dde commit e70f530
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static-site/src/components/splash/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ const Splash = () => {
buttonText="See all resources"
buttonLink="/sars-cov-2"
/>
<Section
id="nextclade"
title="Nextclade"
abstract="Nextclade allows you to analyze virus genome sequences in the web browser. It will align your sequence data to a reference genome, call mutations relative to that reference, and place your sequences on a phylogeny. It also reports clade assignments and quality of your sequence data."
buttonText="Go to Nextclade"
buttonLink="https://clades.nextstrain.org"
/>
<Section
id="groups"
title="Nextstrain Groups"
Expand Down

0 comments on commit e70f530

Please sign in to comment.