diff --git a/README.md b/README.md index 3ad3f11..7435716 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rMATS turbo v4.1.0 +# rMATS turbo v4.1.1 [![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 f3e240b..baf5757 100644 --- a/rmats.py +++ b/rmats.py @@ -19,7 +19,7 @@ from rmatspipeline import run_pipe -VERSION = 'v4.1.0' +VERSION = 'v4.1.1' USAGE = '''%(prog)s [options]''' pipe_tasks = set(['prep', 'post', 'both',])