From 3a29fbba0d83d30939094b6dd7b78b41aed8a2bb Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 8 Oct 2018 15:11:04 +1100 Subject: Add identity to compression functions --- tools/compression.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/compression.nix b/tools/compression.nix index aea7e13..4184fec 100644 --- a/tools/compression.nix +++ b/tools/compression.nix @@ -37,6 +37,7 @@ with bionix; cram = _: gz; vcf = _: gz; bed = _: gz; + gz = x: x; } f; bzip2 = f: @@ -54,5 +55,6 @@ with bionix; cram = _: gz; vcf = _: gz; bed = _: gz; + bz2 = x: x; } f; } -- cgit v1.2.3