Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Delehelle committed Aug 11, 2019
1 parent 6f47480 commit 9468478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.0.2"
version = "2.1"
authors = ["Franklin Delehelle <[email protected]>"]
license = "GPLv3"

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,13 @@ manually replaced.

_Please note that ASGART following the [semver](https://semver.org/) versioning scheme, an increase in the major version number reflects a non backward-compatible update._

## v2.1
- Ensure that multiple fragments in a mFASTA file are processed separately
- Add a flag to specify the minimum width of a chord
- Add filtering options
- Add tooltips to chord graphs
- Fix output files naming scheme

## v2.0.2

- Fix a bound-checking bug where the last chunk would not be processed.
Expand Down

0 comments on commit 9468478

Please sign in to comment.