From 173e7a758569796a91120379853b94f35dcc4a81 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 25 Jan 2022 12:03:45 +1100 Subject: add bgz support and fix nested compression support --- lib/types.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 7e58ce0..11f4bf4 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -33,6 +33,7 @@ rec { vcf = { ref = any; }; bed = { ref = any; }; gz = filetype; + bgz = filetype; bz2 = filetype; }; -- cgit v1.2.3