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 7ad804f..a7b9c52 100644
--- a/default.nix
+++ b/default.nix
@@ -41,6 +41,7 @@ let
hisat2 = callBionix ./tools/hisat2.nix {};
xenomapper = callBionix ./tools/xenomapper.nix {};
manta = callBionix ./tools/manta.nix {};
+ delly = callBionix ./tools/delly.nix {};
slurm = attrs: bionix.extend (self: super: with self; rec {
slurmDefs = { ppn = 1; mem = 1; walltime = "24:00:00"; partition = null; slurmFlags = null; salloc = "/usr/bin/salloc"; srun = "/usr/bin/srun"; } // attrs;