diff options
author | l-d-s <distefano.l@wehi.edu.au> | 2018-12-11 14:17:22 +1100 |
---|---|---|
committer | l-d-s <distefano.l@wehi.edu.au> | 2018-12-11 14:17:22 +1100 |
commit | f0357e09b8c473b55d22c4632692fcc79021570d (patch) | |
tree | 9c92993d1f0c788a162159e6440ea958eae3e35d /default.nix | |
parent | 6742864b8f92f5d7d56da4901486b7e83a271e23 (diff) | |
parent | 10bdecf6c1338d7f531ddf7b41da14dfe4a4ac33 (diff) |
Merge branch 'master' of https://github.com/PapenfussLab/bionix
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 50b85a3..d607aa2 100644 --- a/default.nix +++ b/default.nix @@ -12,6 +12,7 @@ let types = callBionix ./lib/types.nix {}; bwa = callBionix ./tools/bwa.nix {}; + bowtie = callBionix ./tools/bowtie.nix {}; compression = callBionix ./tools/compression.nix {}; crumble = callBionix ./tools/crumble.nix {}; fastqc = callBionix ./tools/fastqc.nix {}; |