Skip to content

Commit

Permalink
Release v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Nov 14, 2020
1 parent c1507ba commit e09e9e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asgart"
version = "2.3.0"
version = "2.4.0"
authors = ["Franklin Delehelle <[email protected]>"]
edition = "2018"
description = "A large duplication families mapper"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e09e9e9

Please sign in to comment.