aboutsummaryrefslogtreecommitdiff
path: root/tools/manta.nix
blob: dba866988f079f61e7795beb75ffcb1fc6e26d45 (plain)
1
2
3
4
5
6
7
8
9
10
{ bionix }:

with bionix;

{
  /* Call structural variants
    Type: { ... } -> { normals :: [bam], tumour :: bam } -> manta
  */
  call = callBionixE ./manta-call.nix;
}