-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2022-02-11 Lauren Coombe <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* Release version 1.2.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.59) | ||
AC_INIT(arcs, 1.2.2, [email protected]) | ||
AC_INIT(arcs, 1.2.3, [email protected]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters