aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-01 09:04:05 +1100
committerJustin Bedo <cu@cua0.org>2019-03-01 09:04:05 +1100
commit3530396ec646a5c9c5f69e1e8dccc93f3744d114 (patch)
treeb475d28d93e8c6bd54f28f060d7e7f963498b523 /default.nix
parent6fc75fdea7b6265fc05b1ad43d76bb55e0d8591e (diff)
ascat: 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 4f16640..aa3d8d2 100644
--- a/default.nix
+++ b/default.nix
@@ -30,6 +30,7 @@ let
samtools = callBionix ./tools/samtools.nix {};
snpeff = callBionix ./tools/snpeff.nix {};
strelka = callBionix ./tools/strelka.nix {};
+ ascat = callBionix ./tools/ascat.nix {};
qsub = attrs: bionix.extend (self: super: with self; rec {
qsubDefs = { ppn = 1; mem = 1; walltime = "24:00:00"; tmpDir = "/tmp"; sleepTime = 60; queue = null; qsubFlags = null; } // attrs;