From 9b706fa0825b6a8f25a626ceffa9b4c71bdaf9e4 Mon Sep 17 00:00:00 2001 From: Mikhail Kolmogorov Date: Mon, 30 Jul 2018 13:00:30 -0700 Subject: [PATCH] version update --- README.md | 9 +++++---- ragout/__version__.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09be3e6..80c8fd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ragout ====== -Version: 2.1 +Version: 2.1.1 [![Build Status](https://travis-ci.org/fenderglass/Ragout.svg?branch=master)](https://travis-ci.org/fenderglass/Ragout) @@ -15,9 +15,10 @@ Version: 2.1 Description ----------- Ragout (Reference-Assisted Genome Ordering UTility) -is a tool for chromosome assembly using multiple references. Given a set of assembly fragments -(contigs/scaffolds) and one or multiple related references (complete or draft), -it produces a chromosome-scale assembly (as a set of scaffolds). +is a tool for chromosome-level scaffolding using multiple references. +Given initial assembly fragments (contigs/scaffolds) and one or multiple +related references (complete or draft), it produces a chromosome-scale assembly +(as a set of scaffolds). The approach is based on the analysis of genome rearrangements (like inversions or chromosomal translocations) between the input genomes diff --git a/ragout/__version__.py b/ragout/__version__.py index ab02866..58039f5 100644 --- a/ragout/__version__.py +++ b/ragout/__version__.py @@ -1 +1 @@ -__version__ = "2.1" +__version__ = "2.1.1"