aboutsummaryrefslogtreecommitdiff
path: root/tools/mutect.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-01-10 11:16:08 +1100
committerJustin Bedo <cu@cua0.org>2019-01-10 11:16:08 +1100
commitf54046d05135e49cf2ca3e01d8d113e2a93705c0 (patch)
tree4086d0c1d62c2854962f378c200e8ece1d47862f /tools/mutect.nix
parentc6ea8db2830f99195cc74bc3e59992324a8c0480 (diff)
mutect: remove superfluous import
Diffstat (limited to 'tools/mutect.nix')
-rw-r--r--tools/mutect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mutect.nix b/tools/mutect.nix
index 59aff0a..54a9fac 100644
--- a/tools/mutect.nix
+++ b/tools/mutect.nix
@@ -3,6 +3,6 @@
with bionix;
{
- app = pkgs.callPackage ./mutect-app.nix {inherit (pkgs) stdenv fetchurl makeWrapper unzip fetchFromGitHub;};
+ app = pkgs.callPackage ./mutect-app.nix {};
call = callBionixE ./mutect-call.nix;
}