Skip to content

Commit bb0abaf

Browse files
committed
RLS Version 1.4.1
Fixes bug with _low memory mode_
1 parent dee1472 commit bb0abaf

File tree

11 files changed

+22
-11
lines changed

11 files changed

+22
-11
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Unreleased
1+
Version 1.4.1 2022-06-03 by luispedro
22
* Fix bug with split mapping
3+
* Fix packaging for hackage
34

45
Version 1.4.0 2022-05-30 by luispedro
56
* Add --trace argument to all modes

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"
20+
versionStrLong = "1.4.1"
2121

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

2525
embeddedStr :: String
2626
#ifdef NO_EMBED_SAMTOOLS_BWA

build-scripts/sources-with-static-dependencies.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let
3535

3636
in pkgs.stdenv.mkDerivation {
3737
name = "ngless-source-with-dependencies";
38-
version = "1.4.0";
38+
version = "1.4.1";
3939
nativeBuildInputs = with pkgsStatic ; [ megahit-static samtools bwa prodigal minimap2 ];
4040
buildInputs = with pkgs; [ xxd stdenv ];
4141
src = pkgs.lib.cleanSourceWith {

docs/sources/whatsnew.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
What's New (History)
33
====================
44

5+
Version 1.4.1
6+
-------------
7+
8+
Released *3 June 2022*
9+
10+
Bugfixes
11+
~~~~~~~~
12+
13+
- Fix bug with *low memory mode*
14+
515
Version 1.4.0
616
-------------
717

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: NGLess
2-
version: '1.4.0'
2+
version: '1.4.1'
33
category: Domain Specific Language
44
description: 'NGLess implements a domain-specific language for processing next generation data, particularly metagenomics.'
55
synopsis: 'NGLess implements ngless, a DSL for processing sequencing data'

tests/argv/expected.stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGLess v1.4.0 (C) NGLess authors
1+
NGLess v1.4.1 (C) NGLess authors
22
https://ngless.embl.de/
33

44
When publishing results from this script, please cite the following references:

tests/error-ofile-complex/expected.stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGLess v1.4.0 (C) NGLess authors
1+
NGLess v1.4.1 (C) NGLess authors
22
https://ngless.embl.de/
33

44
When publishing results from this script, please cite the following references:

tests/exampleModule/expected.stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGLess v1.4.0 (C) NGLess authors
1+
NGLess v1.4.1 (C) NGLess authors
22
https://ngless.embl.de/
33

44
When publishing results from this script, please cite the following references:

tests/len_list/expected.stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGLess v1.4.0 (C) NGLess authors
1+
NGLess v1.4.1 (C) NGLess authors
22
https://ngless.embl.de/
33

44
When publishing results from this script, please cite the following references:

tests/parse_odd_corners/expected.stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGLess v1.4.0 (C) NGLess authors
1+
NGLess v1.4.1 (C) NGLess authors
22
https://ngless.embl.de/
33

44
When publishing results from this script, please cite the following references:

0 commit comments

Comments
 (0)