Skip to content

Commit 3c4c77b

Browse files
committed
RLS Version 1.4.0
Many bugfixes and improvements since `1.3.0` - Do not fail when merging empty files (#113) - Fix version in install-reference mode (#107) - Update --create-reference-pack mode (#108) - Reset terminal colors after error for `--download-demo` mode - Add --trace argument to all modes - Newer version of megahit - Builtin gmgc module - Faster internals
1 parent d0b78ea commit 3c4c77b

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

ChangeLog

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
Unreleased
1+
Version 1.4.0 2022-05-30 by luispedro
22
* Add --trace argument to all modes
33
* Update --create-reference-pack mode to newer format (previous version worked, but
44
users still had to recreate indices after downloading, negating some of
55
the benefits
66
* Update --install-reference-data mode to download latest version (#107)
77
* Update --create-reference-pack mode to download latest version (#108)
88
* Do not fail when merging empty files (#113)
9-
10-
Version 1.4.0 2022-05-23 (beta) by luispedro
119
* write() returns the filename used
1210
* Switch to tasty test framework
1311
* Update to LTS-19

NGLess/Version.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ versionStr :: String
1717
versionStr = showVersion version
1818

1919
versionStrLong :: String
20-
versionStrLong = "1.4.0-beta2"
20+
versionStrLong = "1.4.0"
2121

2222
dateStr :: String
23-
dateStr = "May 26 2022"
23+
dateStr = "May 30 2022"
2424

2525
embeddedStr :: String
2626
#ifdef NO_EMBED_SAMTOOLS_BWA

docs/sources/whatsnew.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ What's New (History)
55
Version 1.4.0
66
-------------
77

8-
Released *23 May 2022* (Beta release)
8+
Released *30 May 2022*
99

10-
Improvements
11-
~~~~~~~~~~~~
10+
User-visible Improvements
11+
~~~~~~~~~~~~~~~~~~~~~~~~~
1212

1313
- ``write()`` now returns the filename used
1414
- ``write()`` can use multiple threads
15-
- Better error messages
15+
- Better error messages in multiple situations
1616
- Add a module for `GMGC — Global Microbial Gene Catalogue <https://www.nature.com/articles/s41586-021-04233-4>`__
1717
- Old ``motus`` (version 1) module deprecated
1818

0 commit comments

Comments
 (0)