Skip to content

Commit

Permalink
chore: release web 1.3.0 and cli 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jun 22, 2021
1 parent 79d86b5 commit 32a52b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
12 changes: 12 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 32a52b3

Please sign in to comment.