Skip to content

Commit

Permalink
RLS Version 1.4.0-beta2
Browse files Browse the repository at this point in the history
Several bugfixes included since beta1:

- Do not fail when merging empty files (ngless-toolkit#113)
- Fix version in install-reference mode (ngless-toolkit#107)
- Update --create-reference-pack mode (ngless-toolkit#108)
- Reset terminal colors after error for `--download-demo` mode
- Add --trace argument to all modes
  • Loading branch information
luispedro committed May 26, 2022
1 parent 959b4d2 commit d0b78ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Unreleased
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
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-beta1"
versionStrLong = "1.4.0-beta2"

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

embeddedStr :: String
#ifdef NO_EMBED_SAMTOOLS_BWA
Expand Down
19 changes: 9 additions & 10 deletions docs/sources/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
What's New (History)
====================

Unreleased
----------


Bugfixes
~~~~~~~~

- Update `--create-reference-pack` mode to newer format (where indices are
versioned)

Version 1.4.0
-------------

Expand All @@ -26,6 +16,15 @@ Improvements
- Add a module for `GMGC — Global Microbial Gene Catalogue <https://www.nature.com/articles/s41586-021-04233-4>`__
- Old ``motus`` (version 1) module deprecated

Bugfixes
~~~~~~~~

- Update `--install-reference-data` mode to newer URLs, see `#107 <https://github.com/ngless-toolkit/ngless/issues/107>`__
- Update `--create-reference-pack` mode to newer format (where indices are
versioned), see `#108 <https://github.com/ngless-toolkit/ngless/issues/108>`__
- Do not fail when merging empty files (`#113 <https://github.com/ngless-toolkit/ngless/issues/113>`__)


Internal improvements
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d0b78ea

Please sign in to comment.