aboutsummaryrefslogtreecommitdiff
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix1
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;
};