nextstrain / nextstrain.org

The Nextstrain website
https://nextstrain.org
GNU Affero General Public License v3.0
87 stars 49 forks source link

Add lassa build to manifest #762

Closed victorlin closed 7 months ago

victorlin commented 7 months ago

Description of proposed changes

The lassa repo¹ has a link to nextstrain.org/lassa that doesn't work. This should fix it.

¹ https://github.com/nextstrain/lassa

Checklist

jameshadfield commented 7 months ago

:+1:

Lassa is already a coreBuildPath (here) which is why the /lassa URL gets sent to auspice. Without the corresponding entry in the manifest you need the full route (e.g. https://nextstrain.org/lassa/s). So this PR will essentially allow https://nextstrain.org/lassa to redirect (to /lassa/s) as well as having lassa in the auspice dropdown (because the manifest is used for the getAvailable API)