Skip to content

Commit

Permalink
RLS Version 1.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
luispedro committed May 30, 2022
1 parent d0b78ea commit 3c4c77b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Unreleased
Version 1.4.0 2022-05-30 by luispedro
* Add --trace argument to all modes
* Update --create-reference-pack mode to newer format (previous version worked, but
users still had to recreate indices after downloading, negating some of
the benefits
* Update --install-reference-data mode to download latest version (#107)
* Update --create-reference-pack mode to download latest version (#108)
* Do not fail when merging empty files (#113)

Version 1.4.0 2022-05-23 (beta) by luispedro
* write() returns the filename used
* Switch to tasty test framework
* Update to LTS-19
Expand Down
4 changes: 2 additions & 2 deletions NGLess/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ versionStr :: String
versionStr = showVersion version

versionStrLong :: String
versionStrLong = "1.4.0-beta2"
versionStrLong = "1.4.0"

dateStr :: String
dateStr = "May 26 2022"
dateStr = "May 30 2022"

embeddedStr :: String
#ifdef NO_EMBED_SAMTOOLS_BWA
Expand Down
8 changes: 4 additions & 4 deletions docs/sources/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ What's New (History)
Version 1.4.0
-------------

Released *23 May 2022* (Beta release)
Released *30 May 2022*

Improvements
~~~~~~~~~~~~
User-visible Improvements
~~~~~~~~~~~~~~~~~~~~~~~~~

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

Expand Down

0 comments on commit 3c4c77b

Please sign in to comment.