aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/strelka-callSomatic.nix2
1 files changed, 1 insertions, 1 deletions
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