aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-06-19 11:24:38 +1000
committerJustin Bedo <cu@cua0.org>2019-07-03 14:59:27 +1000
commit0b6b3fa8fc20461b41a368b82c62c2f9d7472b31 (patch)
tree5c0e9aaf7fce678f1b930c3d27bfafb88ffc7a27 /default.nix
parent999743ce240460dc25b29ed1a4db0989fd3e955c (diff)
octopus: initial functions
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 9bc7b6c..3077470 100644
--- a/default.nix
+++ b/default.nix
@@ -36,6 +36,7 @@ let
strelka = callBionix ./tools/strelka.nix {};
ascat = callBionix ./tools/ascat.nix {};
fastp = callBionix ./tools/fastp.nix {};
+ octopus = callBionix ./tools/octopus.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;