diff options
author | Justin Bedo <cu@cua0.org> | 2022-01-25 12:03:45 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-01-25 12:03:45 +1100 |
commit | 173e7a758569796a91120379853b94f35dcc4a81 (patch) | |
tree | 29829f811d11bb3914b3eb666d9824cc3a2689b9 /lib | |
parent | e509bf390e4fdbdc31dadfe769500344739fca57 (diff) |
add bgz support and fix nested compression support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/types.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |