aboutsummaryrefslogtreecommitdiff
path: root/tools/mutect.nix
blob: 627b77efac7bc396f1951f728929fc224842b0a6 (plain)
1
2
3
4
5
6
7
8
9
{bionix, nixpkgs}:

with nixpkgs;
with bionix;

{
  app = callPackage ./mutect-app.nix {inherit (nixpkgs) stdenv fetchurl makeWrapper unzip fetchFromGitHub;};
  call = callBionixE ./mutect-call.nix;
}