diff --git a/README.md b/README.md index 08efa16..d4e0a72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rMATS turbo v4.2.0 +# rMATS turbo v4.3.0 [![Latest Release](https://img.shields.io/github/release/Xinglab/rmats-turbo.svg?label=Latest%20Release)](https://github.com/Xinglab/rmats-turbo/releases/latest) [![Total GitHub Downloads](https://img.shields.io/github/downloads/Xinglab/rmats-turbo/total.svg?label=Total%20GitHub%20Downloads)](https://github.com/Xinglab/rmats-turbo/releases) diff --git a/rmats.py b/rmats.py index 4d20e17..637baa5 100644 --- a/rmats.py +++ b/rmats.py @@ -19,7 +19,7 @@ from rmatspipeline import run_pipe -VERSION = 'v4.2.0' +VERSION = 'v4.3.0' USAGE = '''%(prog)s [options]''' pipe_tasks = set(['prep', 'post', 'both',])