aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-12-16 20:43:04 +1100
committerJustin Bedo <cu@cua0.org>2019-12-16 20:45:31 +1100
commitc48e7b40c82326006136463282b803eebc648df0 (patch)
tree82542735f10c3909e79ecf99923f9fb13cd4d833 /default.nix
parent352425b6065d752cd065fda5fbcd4b8d253d4626 (diff)
manta: 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 49de832..7ad804f 100644
--- a/default.nix
+++ b/default.nix
@@ -40,6 +40,7 @@ let
snver = callBionix ./tools/snver.nix {};
hisat2 = callBionix ./tools/hisat2.nix {};
xenomapper = callBionix ./tools/xenomapper.nix {};
+ manta = callBionix ./tools/manta.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;