From cc7f641de6517706742875f2ec4e09b12ab0a6d4 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 6 Jan 2022 13:24:19 +1100 Subject: xenomapper: update location of package --- tools/xenomapper-allocate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- cgit v1.2.3