aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-09-26 11:24:18 +1000
committerJustin Bedo <cu@cua0.org>2018-09-26 11:24:18 +1000
commit91e6ec3f53b9183082f56c0e52931436d069528e (patch)
treee9d7fef5af4d151f80c85a781b1bbae2ff65a92e /default.nix
parent98672cb1bba7221c5c8ecc363243cb47fcd13f47 (diff)
Add flagstat and fastqc
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index a9fb72b..a5c9f3f 100644
--- a/default.nix
+++ b/default.nix
@@ -5,6 +5,7 @@ let
let callBionix = file: import file { bionix = self; nixpkgs = nixpkgs; };
in with self; {
bwa = callBionix ./tools/bwa.nix;
+ fastqc = callBionix ./tools/fastqc.nix;
mosdepth = callBionix ./tools/mosdepth.nix;
platypus = callBionix ./tools/platypus.nix;
ref = callBionix ./references.nix;