aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-08-15 14:27:43 +1000
committerJustin Bedo <cu@cua0.org>2019-08-15 14:27:43 +1000
commit92da3257c6867b6f54943e39345ab295703a30c4 (patch)
tree2335f6bcf107bea657b21386eaeda194d969c7ec /default.nix
parent3e037c4d706f5ac02c663a8d7f56703373785d29 (diff)
hisat2: 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 5bc000a..541d519 100644
--- a/default.nix
+++ b/default.nix
@@ -38,6 +38,7 @@ let
fastp = callBionix ./tools/fastp.nix {};
octopus = callBionix ./tools/octopus.nix {};
snver = callBionix ./tools/snver.nix {};
+ hisat2 = callBionix ./tools/hisat2.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;