Skip to content

Commit

Permalink
Prepare for release v1.2.3 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Feb 11, 2022
1 parent d515579 commit 84868c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-02-11 Lauren Coombe <lcoombe@bcgsc.ca>

* Release version 1.2.3
* Add arcs-make, makeTSVfile.py to 'bin' folder
* Add `-I` option to minimap2 for arcs-long target to avoid
splitting index if genome size large
* Set to 50G by default, can be changed using `minimap2_index_size`
* Update documentation
* Bugfixes

2021-05-28 Lauren Coombe <lcoombe@bcgsc.ca>

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

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

#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.2, rwarren@bcgsc.ca)
AC_INIT(arcs, 1.2.3, rwarren@bcgsc.ca)
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.2",
version="1.2.3",
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 84868c3

Please sign in to comment.