From 61c558f76638f51518b08b12188c40abdcf5e31c Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 17 Jan 2019 11:56:00 +1100 Subject: strelka-callSomatic: remove superfluous gzip dependency --- tools/strelka-callSomatic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/strelka-callSomatic.nix b/tools/strelka-callSomatic.nix index 6d379f9..5be4c0e 100644 --- a/tools/strelka-callSomatic.nix +++ b/tools/strelka-callSomatic.nix @@ -23,7 +23,7 @@ assert (length (unique refs) == 1); stage { name = "strelka"; - buildInputs = with pkgs; [ strelka gzip ]; + buildInputs = with pkgs; [ strelka ]; buildCommand = '' ln -s ${ref} ref.fa ln -s ${bionix.samtools.faidx indexAttrs ref} ref.fa.fai -- cgit v1.2.3