aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-08-15 14:27:06 +1000
committerJustin Bedo <cu@cua0.org>2019-08-15 14:27:06 +1000
commit3e037c4d706f5ac02c663a8d7f56703373785d29 (patch)
treea36051c85099dc0dfa46c60b7cedb97db5c554e6 /default.nix
parent2117e14fe6bcef6de715974b0e34a77429b4148a (diff)
SNVer: init 0.5.3
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 23e4f9b..5bc000a 100644
--- a/default.nix
+++ b/default.nix
@@ -37,6 +37,7 @@ let
ascat = callBionix ./tools/ascat.nix {};
fastp = callBionix ./tools/fastp.nix {};
octopus = callBionix ./tools/octopus.nix {};
+ snver = callBionix ./tools/snver.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;