diff options
Diffstat (limited to 'tools')
-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} \ |