aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka-callSomatic.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-01-17 11:56:00 +1100
committerJustin Bedo <cu@cua0.org>2019-01-17 11:56:00 +1100
commit61c558f76638f51518b08b12188c40abdcf5e31c (patch)
tree068d598d114f392de59b87711abd26bb35bab7b2 /tools/strelka-callSomatic.nix
parent3a5f0e65b97071b5825519b08bf24f03fcb89224 (diff)
strelka-callSomatic: remove superfluous gzip dependency
Diffstat (limited to 'tools/strelka-callSomatic.nix')
-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