Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Mar 11, 2017
1 parent 9707fa7 commit 84e0ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ SeqKit is implemented in [Go](https://golang.org/) programming language,
[SeqKit v0.5.0](https://github.com/shenwei356/seqkit/releases/tag/v0.5.0)
[![Github Releases (by Release)](https://img.shields.io/github/downloads/shenwei356/seqkit/v0.5.0/total.svg)](https://github.com/shenwei356/seqkit/releases/tag/v0.5.0)

- **new command `seqkit restart`, for resetting start position for circular genome**.
- `seqkit sliding`: add flag `-g/--greedy`, exporting last subsequences even shorter than windows size.
- `seqkit seq`:
- add flag `-m/--min-len` and `-M/--max-len` to filter sequences by length.
- **add flag `-m/--min-len` and `-M/--max-len` to filter sequences by length**.
- rename flag `-G/--gap-letter` to `-G/--gap-letters`.
- `seqkit stat`:
- renamed to `seqkit stats`, don't worry, old name is still available as an alias.
- add new flag `-a/all`, for all statistics, including `sum_gap`, `N50`, and `L50`.
- new command `seqkit restart`, for resetting start position for circular genome.
- **add new flag `-a/all`, for all statistics, including `sum_gap`, `N50`, and `L50`**.

### Links

Expand Down
2 changes: 1 addition & 1 deletion seqkit/cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
)

// VERSION of seqkit
const VERSION = "0.5.0-dev"
const VERSION = "0.5.0"

func checkError(err error) {
if err != nil {
Expand Down

0 comments on commit 84e0ec2

Please sign in to comment.