aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-01-06 13:24:19 +1100
committerJustin Bedo <cu@cua0.org>2022-01-06 13:24:19 +1100
commitcc7f641de6517706742875f2ec4e09b12ab0a6d4 (patch)
tree025926a8c8f6e6bd92e09b9d650756479b9084a5
parentfd4634e2e259e730f1828737d306d95ae148e4b3 (diff)
xenomapper: update location of package
-rw-r--r--tools/xenomapper-allocate.nix2
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} \