aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-12-17 12:30:38 +1100
committerJustin Bedo <cu@cua0.org>2019-12-17 12:32:45 +1100
commit4a7f5bfd34f53906901059c501aff9b5459eccf8 (patch)
tree19a6f0b0596be2971d95ef73de15390e21dcafc0 /default.nix
parentc48e7b40c82326006136463282b803eebc648df0 (diff)
delly: init
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;