From ab2c2b34e77e25f31c2846b1f737f726905b08b6 Mon Sep 17 00:00:00 2001 From: lcoombe Date: Wed, 8 Jan 2020 16:14:42 -0800 Subject: [PATCH] ARCS release 1.1.1 --- ChangeLog | 8 ++++++++ Examples/arcs-make | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a00a8fb..f3e5c40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-01-08 Lauren Coombe + + * Release version 1.1.1 + * Users can now set the --pair parameter to output a tsv file with the + number of links supporting each orientation (hh, ht, th, tt) of each + scaffold pair + * Bug fix to binomial test + 2019-09-09 Lauren Coombe * Release version 1.1.0 diff --git a/Examples/arcs-make b/Examples/arcs-make index 068d042..4bb87ba 100755 --- a/Examples/arcs-make +++ b/Examples/arcs-make @@ -139,7 +139,7 @@ clean: @echo "Clean Done" version: - @echo "arcs-make v1.1.0" + @echo "arcs-make v1.1.1" #Preprocessing diff --git a/configure.ac b/configure.ac index 67fb6ad..5f129d2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(arcs, 1.1.0, rwarren@bcgsc.ca) +AC_INIT(arcs, 1.1.1, rwarren@bcgsc.ca) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([Arcs/Arcs.cpp]) AC_CONFIG_HEADER([config.h])