From 32a52b3046b15f7b87e68d859bbe2001d44e9cdf Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Tue, 22 Jun 2021 02:26:19 +0200 Subject: [PATCH] chore: release web 1.3.0 and cli 1.1.0 --- VERSION | 2 +- packages/web/CHANGELOG.md | 12 ++++++++++++ packages/web/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9dd..9084fa2f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 8669e3a5a..16f3b8941 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,3 +1,15 @@ +## Nextclade Web 1.3.0, Nextclade CLI 1.1.0, Nextalign CLI 1.1.0 (2021-06-22) + + +This series of releases adds the new output file, `nextclade.errors.csv` for all tools and adds the file `nextclade.insertions.csv` to Nextclade Web (this file was already available for users of CLI tools). + +`nextclade.insertions.csv` contains the following columns: `seqName`, `insertions`. The column `insertions` contains a list of nucleotide insertion entries delimited by semicolon. Each entry consists of the position of the first nucleotide and the inserted fragment, delimited by colon. + +`nextclade.errors.csv`: includes columns `seqName`, `errors`, `warnings`, `failedGenes`, which contains list of errors, list of warnings and list of genes that failed processing. All lists are semicolon-delimited. + +In both files, each row corresponds to one sequence, named by `seqName`. + + ## [1.2.0](https://github.com/nextstrain/nextclade/compare/1.2.0...1.1.0) (2021-06-21) ### Nextclade web application diff --git a/packages/web/package.json b/packages/web/package.json index 9dd6fdf5d..509a476b6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@nextstrain/nextclade-web", - "version": "1.2.0", + "version": "1.3.0", "description": "Clade assignment, mutation calling, and sequence quality checks", "homepage": "https://clades.nextstrain.org", "repository": {