Skip to content

Commit 3015ddb

Browse files
committed
Nextclade: match live nextclade dataset, final step
1 parent 8d3a839 commit 3015ddb

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

nextclade/defaults/genome/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## Unreleased
1+
## 2025-10-22T18:11:36Z
2+
3+
Remove the duplicate "MuV genotype" column and only use "Clade".
4+
5+
## 2025-09-09T12:13:13Z
6+
7+
Add schema definition url to `pathogen.json`. This is a purely technical change, for convenience of dataset authors. The data itself is not modified.
8+
9+
## 2025-08-14T12:26:14Z
210

311
Initial release for Nextclade v3!
412

nextclade/defaults/genome/pathogen.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/nextstrain/nextclade/refs/heads/release/packages/nextclade-schemas/input-pathogen-json.schema.json",
23
"alignmentParams": {
34
"minLength": 80,
45
"penaltyGapExtend": 1,

nextclade/defaults/sh/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
## Unreleased
1+
## 2025-10-22T18:11:36Z
22

3-
Initial release for Nextclade v3!
3+
Remove the duplicate "MuV genotype" column and only use "Clade".
44

5-
Read more about Nextclade datasets in the documentation: https://docs.nextstrain.org/projects/nextclade/en/stable/user/datasets.html
5+
## 2025-09-09T12:13:13Z
6+
7+
Add schema definition url to `pathogen.json`. This is a purely technical change, for convenience of dataset authors. The data itself is not modified.
8+
9+
## 2025-08-14T12:26:14Z
10+
11+
Initial release.

nextclade/defaults/sh/pathogen.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/nextstrain/nextclade/refs/heads/release/packages/nextclade-schemas/input-pathogen-json.schema.json",
23
"alignmentParams": {
34
"minLength": 80,
45
"penaltyGapExtend": 1,

0 commit comments

Comments
 (0)