Skip to content

Commit

Permalink
ARCS release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe committed Jan 9, 2020
1 parent b8cee1a commit ab2c2b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2020-01-08 Lauren Coombe <[email protected]>

* 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 <[email protected]>

* Release version 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Examples/arcs-make
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ clean:
@echo "Clean Done"

version:
@echo "arcs-make v1.1.0"
@echo "arcs-make v1.1.1"

#Preprocessing

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(arcs, 1.1.0, [email protected])
AC_INIT(arcs, 1.1.1, [email protected])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit ab2c2b3

Please sign in to comment.