aboutsummaryrefslogtreecommitdiff
path: root/tools/mutect.nix
blob: 59aff0a8cbee1157fffba84d8d69b98da3114504 (plain)
1
2
3
4
5
6
7
8
{bionix}:

with bionix;

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