aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-02-09 17:57:54 +1100
committerJustin Bedo <cu@cua0.org>2020-02-09 17:57:54 +1100
commitb8caa245cb6bb4616318173b81e9207aee414859 (patch)
treebb003911613d8a64b736a1d73c472b0e1aa27043 /default.nix
parent4084db9f31aa2b2b6701e0f7261f4dfcd86eaa74 (diff)
lastal: 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 41ad190..12ca5b3 100644
--- a/default.nix
+++ b/default.nix
@@ -44,6 +44,7 @@ let
manta = callBionix ./tools/manta.nix {};
delly = callBionix ./tools/delly.nix {};
lumpy = callBionix ./tools/lumpy.nix {};
+ lastal = callBionix ./tools/last.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;