aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-08-16 09:34:30 +1000
committerJustin Bedo <cu@cua0.org>2019-09-06 10:15:13 +1000
commit6d22c07e9b0e8254da360b73bfab58b110118c58 (patch)
treecd97ba4d48ca53210dd057d8e0a637fbaa19e7e3 /default.nix
parentf361afeab23a4e7b74e0f58bb64b142f6bc3652b (diff)
xenomapper: 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 94a6d2c..49de832 100644
--- a/default.nix
+++ b/default.nix
@@ -39,6 +39,7 @@ let
octopus = callBionix ./tools/octopus.nix {};
snver = callBionix ./tools/snver.nix {};
hisat2 = callBionix ./tools/hisat2.nix {};
+ xenomapper = callBionix ./tools/xenomapper.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;