aboutsummaryrefslogtreecommitdiff
path: root/tools/facets.nix
blob: 523c72ad53c7a82ef9534039c33cf64e172e8d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{bionix}:

with bionix;

{
  app = lib.callPackageWith (pkgs // pkgs.rPackages) ./facets-app.nix {};

  /* Call CNVs
  Type: callCnv :: {...} -> {vcf, bams :: [bams]} -> CNVs
  */
  callCNV = callBionix ./facets-call.nix;
}