From 2bd2c3958ed91ef3bbea2fc3e077a8c03a648a1b Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 16 May 2022 12:46:12 +1000 Subject: quip: init --- lib/types.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 11f4bf4..896c39c 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -35,6 +35,7 @@ rec { gz = filetype; bgz = filetype; bz2 = filetype; + qp = filetype; }; toCram = matchFiletype "bam2cram" { bam = filetype.cram; sam = filetype.cram; inherit (filetype) cram; }; -- cgit v1.2.3