diff options
author | Justin Bedo <cu@cua0.org> | 2022-01-06 13:24:19 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-01-06 13:24:19 +1100 |
commit | cc7f641de6517706742875f2ec4e09b12ab0a6d4 (patch) | |
tree | 025926a8c8f6e6bd92e09b9d650756479b9084a5 | |
parent | fd4634e2e259e730f1828737d306d95ae148e4b3 (diff) |
xenomapper: update location of package
-rw-r--r-- | tools/xenomapper-allocate.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenomapper-allocate.nix b/tools/xenomapper-allocate.nix index adac472..18c51da 100644 --- a/tools/xenomapper-allocate.nix +++ b/tools/xenomapper-allocate.nix @@ -20,7 +20,7 @@ assert isSortedBam secondary; stage { name = "xenomapper-allocate"; - buildInputs = with pkgs; [ samtools python3Packages.xenomapper ]; + buildInputs = with pkgs; [ samtools xenomapper ]; outputs = [ "out" ] ++ outs; buildCommand = '' xenomapper ${optionalString (flags != null) flags} \ |