Skip to content

Commit

Permalink
v1.2.2 release (#113)
Browse files Browse the repository at this point in the history
* v1.2.2 release

* Prepare for v1.2.2 release of ARCS

* Update ChangeLog
  • Loading branch information
lcoombe authored May 31, 2021
1 parent 455c006 commit 189f0c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021-05-28 Lauren Coombe <[email protected]>

* Release version 1.2.2
* long-to-linked-pe script ported to C++
* pseudo-linked reads are streamed directly from long-to-linked-pe to
`arcs --arks` in ARKS-long mode
* Bugfixes

2021-01-29 Theodora Lo <[email protected]>

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

version:
@echo "arcs-make v1.2.1"
@echo "arcs-make v1.2.2"

#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.2.1, [email protected])
AC_INIT(arcs, 1.2.2, [email protected])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="arcs",
version="1.2.0",
version="1.2.2",
description="Scaffolding genome sequence assemblies using linked or long read sequencing data",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 189f0c9

Please sign in to comment.