aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-12-18 09:54:54 +1100
committerJustin Bedo <cu@cua0.org>2019-12-18 09:56:28 +1100
commit8b97c7e8f685dd3c402e172ea15ef9716b529c8e (patch)
tree3f42658a22d79800e7597e30f6f0c44edac29147 /default.nix
parent123d38340bd38524f0c53a52ccb3d57d43e6fb6d (diff)
lumpy: 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 a7b9c52..acf08f9 100644
--- a/default.nix
+++ b/default.nix
@@ -42,6 +42,7 @@ let
xenomapper = callBionix ./tools/xenomapper.nix {};
manta = callBionix ./tools/manta.nix {};
delly = callBionix ./tools/delly.nix {};
+ lumpy = callBionix ./tools/lumpy.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;