Skip to content

Commit

Permalink
Merge pull request #102 from tleonardi/v1.0.0rc3-1_hotfix
Browse files Browse the repository at this point in the history
Fixed CLI entrypoint bug
  • Loading branch information
a-slide authored Jun 27, 2019
2 parents ea32bab + 536ee3d commit df623e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.0.0rc3-1]

### Fixed
- Fixed bug in CLI entrypoint

## [v1.0.0rc3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion nanocompore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Define self package variable
__version__ = "1.0.0rc3"
__version__ = "1.0.0rc3-1"
__description__ = 'Software package that identifies raw signal changes between two conditions from https://github.com/jts/nanopolish resquiggled dRNA-Seq data.'
#__all__ = ["SampComp", "SampCompDB", "SimReads", "Whitelist", "TxComp"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanocompore"
version = "1.0.0rc3"
version = "1.0.0rc3-1"
description = "Software package that identifies raw signal changes between two conditions from https://github.com/jts/nanopolish resquiggled dRNA-Seq data."
authors = ["Tommaso Leonardi <[email protected]>", "Adrien Leger <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -17,7 +17,7 @@ classifiers = [
include = ["nanocompore/models/kmers_model_RNA_r9.4_180mv.tsv"]

[tool.poetry.scripts]
nanocompore = 'nanocompore.nanocompore_main:main'
nanocompore = 'nanocompore.__main__:main'


[tool.poetry.dependencies]
Expand Down

0 comments on commit df623e6

Please sign in to comment.