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