aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorl-d-s <l@sdf.org>2019-05-01 14:04:54 +1000
committerl-d-s <l@sdf.org>2019-05-01 14:05:00 +1000
commit95c8a36a7e673fac090175729069a668daa919da (patch)
tree7807cd59d5645864769d6e89b17ff43ed63c0d55 /default.nix
parentd517a934f570427e46be8d83aa2ae4b045b069e8 (diff)
Add fastp.
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 608fa9b..d67f2eb 100644
--- a/default.nix
+++ b/default.nix
@@ -33,6 +33,7 @@ let
snpeff = callBionix ./tools/snpeff.nix {};
strelka = callBionix ./tools/strelka.nix {};
ascat = callBionix ./tools/ascat.nix {};
+ fastp = callBionix ./tools/fastp.nix {};
sbatch = attrs: bionix.extend (self: super: with self; rec {
sbatchDefs = { ppn = 1; mem = 1; walltime = "24:00:00"; partition = null; slurmFlags = null; } // attrs;