diff options
author | Justin Bedo <cu@cua0.org> | 2022-05-16 12:46:12 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-05-16 13:07:24 +1000 |
commit | 2bd2c3958ed91ef3bbea2fc3e077a8c03a648a1b (patch) | |
tree | 8d12d5f861a0ef6194fdd055586527ab998b151e /lib | |
parent | 61a05c73159f4578322ba9a59ab8ee7a5f1fb1b4 (diff) |
quip: init
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 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; }; |