From e09e9e9f15370878c8d2fd68c01701528e4ddf0b Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Sat, 14 Nov 2020 19:46:54 +0100 Subject: [PATCH] Release v2.4 --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89553f2..c21c033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asgart" -version = "2.3.0" +version = "2.4.0" authors = ["Franklin Delehelle "] edition = "2018" description = "A large duplication families mapper" diff --git a/README.md b/README.md index 4b2be52..fa52399 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ enriched in large duplicons cluster are immediately obvious. _Please note that ASGART follows the [semver](https://semver.org/) versioning scheme, where an increase in the major version number reflects a non backward-compatible update._ -## HEAD +## v2.4.0 - Add an option (-E) to `asgart-slice` to filter fragments per regexp rather than per name @@ -359,6 +359,7 @@ _Please note that ASGART follows the [semver](https://semver.org/) versioning sc - `asgart-plot` and `asgart-slice` now both accepts data either from files or from STDIN. This way, pipelines combining one or more steps of slicing before plotting do not need intermediate files anymore. +- A new plotting scheme, `rosary`, has been added. ## v2.3.0