aboutsummaryrefslogtreecommitdiff
path: root/tools/mutect-app.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-10-13 08:39:36 +1100
committerJustin Bedo <cu@cua0.org>2020-10-13 08:39:36 +1100
commit2e348fecd73df140c95089ad0304fd93088721f7 (patch)
tree3d55f5e14d3b6ad810b57516a41c9cf15068d126 /tools/mutect-app.nix
parent9cf1724895f001c625fba37d78f517acb6938e07 (diff)
mutect: fix app expression and tag output as vcf
Diffstat (limited to 'tools/mutect-app.nix')
-rw-r--r--tools/mutect-app.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mutect-app.nix b/tools/mutect-app.nix
index 02c4f51..ca78d34 100644
--- a/tools/mutect-app.nix
+++ b/tools/mutect-app.nix
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
sha256 = "1pq7iv720bp970qsyyshwk98xdb7naw566y6gk9cpj6bmm08z9v3";
};
- buildInputs = [ makeWrapper jre unzip ];
+ buildInputs = [ makeWrapper unzip ];
unpackPhase = ''
unzip $src -d $TMPDIR