aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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;