aboutsummaryrefslogtreecommitdiff
path: root/tools/facets.nix
blob: 14110a94bbcf033df2cb8ee6064fb688de185576 (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 = callBionixE ./facets-call.nix;
}