diff options
author | Justin Bedo <cu@cua0.org> | 2019-01-17 11:56:00 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-01-17 11:56:00 +1100 |
commit | 61c558f76638f51518b08b12188c40abdcf5e31c (patch) | |
tree | 068d598d114f392de59b87711abd26bb35bab7b2 | |
parent | 3a5f0e65b97071b5825519b08bf24f03fcb89224 (diff) |
strelka-callSomatic: remove superfluous gzip dependency
-rw-r--r-- | tools/strelka-callSomatic.nix | 2 |
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 |