Skip to content

Commit

Permalink
Merge pull request #180 from tleonardi/release_1.0.3
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
a-slide authored Jan 15, 2021
2 parents 30cebf6 + 7e2b887 commit 62a8bf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 1.0.2

## v1.0.3

### Fixed
- Fixed bug Eventalign_collapse CLI options

## v1.0.2

### Added
- Exposed option to enable/disable anova test
Expand Down
2 changes: 1 addition & 1 deletion nanocompore/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def eventalign_collapse_main (args):
outpath = args.outpath,
outprefix = args.outprefix,
overwrite = args.overwrite,
max_lines = args.max_lines,
n_lines = args.n_lines,
nthreads = args.nthreads,
progress = args.progress)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanocompore"
version = "1.0.2"
version = "1.0.3"
description = "Software package that identifies raw signal changes between two conditions from https://github.com/jts/nanopolish resquiggled dRNA-Seq data."
authors = ["Tommaso Leonardi <tom@itm6.xyz>", "Adrien Leger <aleg@ebi.ac.uk>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 62a8bf4

Please sign in to comment.